MCPcopy Create free account
hub / github.com/JimmyHHua/opencv_tutorials / opencv_077.py

File opencv_077.py

python/code_077/opencv_077.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import cv2 as cv
2
3capture = cv.VideoCapture(1)
4height = capture.get(cv.CAP_PROP_FRAME_HEIGHT)

Callers

nothing calls this directly

Calls 1

processFunction · 0.70

Tested by

no test coverage detected