Ask Your Question

rosetter's profile - activity

2014-04-30 20:52:14 -0600 commented question capture from multiple usb cameras (webcams) on Mac?

Thanks, StevenPuttemans. The link you suggest says that OpenCV cannot do more than one camera at a time (at least for the PS Eye).

2014-04-30 20:51:04 -0600 commented answer capture from multiple usb cameras (webcams) on Mac?

I'm using c++ and grabbing from each camera in a separate thread (trying to). Have you gotten multiple cameras working on a Mac? I know how the API should work -- the problem is that it's not working. I can capture from one camera, but not more than one at the same time.

2014-04-23 01:39:27 -0600 asked a question capture from multiple usb cameras (webcams) on Mac?

I can capture from a single usb camera at a time, but not more than one at once.

I'm using a recent build of the git trunk (so, 3.0-ish) and running os x lion. I realize I could try other versions of OpenCV.

Has anyone ever gotten multiple usb cameras working on a mac?

Thanks! Tyler