Ask Your Question

arnthorg's profile - activity

2020-02-05 05:58:57 -0600 received badge  Enthusiast
2020-01-02 10:17:25 -0600 answered a question Delay when grabbing frames from webcam

I know this is old but maybe setting the buffer size would help self.cap.set(cv2.CAP_PROP_BUFFERSIZE, 1)

2019-12-28 07:53:51 -0600 commented question Syncing multiple cameras with the multiprocessing library

yeah, that was a problem initially 3 cams was okay but 4 too much, but after changing the encoding to MJPEG the throughp

2019-12-27 05:59:03 -0600 asked a question Syncing multiple cameras with the multiprocessing library

Syncing multiple cameras with the multiprocessing library I have 4 usb cameras and I was interested in using VideoCaptur