Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to use multiple depth sensors with OpenNI/OpenCV ?

I'm using OpenCV 2.4.4 built from source with OpenNI support and I'd like to use two Asus sensors at the same time. Is that possible with OpenCV ? If so how ?

If I initialize a sensor like so:

VideoCapture sensor1;sensor1.open(CV_CAP_OPENNI_ASUS);

How can I init the second ?