two same type cameras via USB
Hello,
it is possible to use in OpenCV two same cameras (same model) via USB simultaneously? I am using python in Windows, and it seems that there is some problem with that.
Hello,
it is possible to use in OpenCV two same cameras (same model) via USB simultaneously? I am using python in Windows, and it seems that there is some problem with that.
oh,my gosh.It do works very well. I used the laptop. when I plug one of them into usb3.0 and another one into usb2.0, the amazing thing happend. thx a lot. :)
Asked: 2013-11-28 01:59:20 -0600
Seen: 352 times
Last updated: Nov 28 '13
and the problem is ?
For example, if I try to use internal webcam (A) and USB webcam (B) everything is ok. Program is running and fully functional.
But if I try to use USB webcam (B1) and the same model for second USB (B2) the same source code doesn't work at all and python generate some type of error message. I don't have a code currently, but I can add it later.
My question is more like general - it possible to use two same model webcams via USB and OpenCV? In case that yes, some piece of code would be great.
yes, please edit your question, add the code & the error msg you get.
It looks like some problem in camera drives but not in OpenCV. There is no difference for OpenCV cameras have the same model or not. It just enumerate existing camera devices.
Yes, it seems like drivers to me, this is why I am asking in that general way. If someone faced this problem too and found solution.
But I will update the question, thank you.
excuse me. I have the same problem. I wanna know how did you handle it at the end??
^^ a usb2 slot can barely handle the throughput of a single webcam. for 2 of them, try at least to plug them into different usb hubs, like one in the front, and one in the back.