Closed rajat2004 closed 5 years ago
Without libv4l support, taking video input from webcams using cv2.VideoCapture(0) doesn't work
libv4l
cv2.VideoCapture(0)
Good bug find. It is possible that if opencv does link to the compiled ffmpeg, it won't need libavutils. This might be something worth checking out in the future
Without
libv4l
support, taking video input from webcams usingcv2.VideoCapture(0)
doesn't work