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 ?