Hi. I am trying to run 2 usb cameras in the same time. Using:
cap= cv2.videocapture(0)
cap2=cv2vidrocapture(1)
But not running only one camera can be run
when we set cv2videocapture(0) either camera 1 or camera 2
Hi. I am trying to run 2 usb cameras in the same time. Using:
cap= cv2.videocapture(0)
cap2=cv2vidrocapture(1)
But not running only one camera can be run
when we set cv2videocapture(0) either camera 1 or camera 2
Please try v4l2-ctl to confirm the the root cause is in the CV source.
Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.