Updated by Alexander Shishkov about 13 years ago

The current SVN release of OpenCV [[OpenCV]] does not allow to specify the index parameter for the CvCapture::retrieveFrame [[CvCaptur]]::retrieveFrame function. The attached patch adds the index parameter as an optional second parameter. This is for example needed to access the RGB or PointCloud [[PointCloud]] data using OpenNI. [[OpenNI]].

Back