Pinned Loading
-
-
-
-
-
threaded_opencv_videocapture.py
threaded_opencv_videocapture.py 1class ThreadedCamera(object):
2def __init__(self, src=0):
3self.capture = cv2.VideoCapture(src)
4self.capture.set(cv2.CAP_PROP_BUFFERSIZE, 2)
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.