Ask Your Question

BBro's profile - activity

2016-04-04 10:01:47 -0600 received badge  Famous Question (source)
2015-08-10 16:53:08 -0600 received badge  Notable Question (source)
2015-03-27 07:52:15 -0600 received badge  Popular Question (source)
2014-05-08 13:05:23 -0600 received badge  Student (source)
2013-08-26 17:00:18 -0600 commented answer VideoCapture open() won't open second camera

I have been using separate device id's. I tried your code, but still the same problem unfortunately. cap0 opens, but cap1 doesn't.

2013-08-26 16:19:32 -0600 asked a question VideoCapture open() won't open second camera

I am trying to use stereo cameras. I have two logitech c525s. The first camera opens fine and displays images but when I use the VideoCapture.open() command to open the second camera, the program hangs. I can access each camera individually.

I am using Windows 7, Visual Studio 2010 and C++ Windows device manager sees both cameras individually.

Is there something I am missing or neglecting to do?