First time here? Check out the FAQ!
answered 2013-02-21 04:58:03 -0600
this will work:
VideoCapture sensor1; sensor1.open( CV_CAP_OPENNI_ASUS ); VideoCapture sensor2; sensor2.open( CV_CAP_OPENNI_ASUS + 1 );