I\'m trying to create 3 real-time capture frames with webcams into a USB hub into my laptop. Using the \"camera\" app on Windows, I can change the camera source one at a time an
1) about cv2
... Well, is there any other instances/alternatives? maybe that third cam is binded to other instance instead of cv2
?
2) did you try to start loop (range) from -1
instead of 0
?
3) If none of the method helps you, I advise to go to Device Manager
and temporarily DISABLE the individual webcam and then run your script again and see what changes. After that ENABLE webcam and see what changed. ( in worst scenario, instead of ENABLE/DISABLE, you might insall/resintall the particular webcam and then windows might resolve them correctly).