1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

fix build error when both OpenNI and OpenNI2 are supported (issue 4918)

This commit is contained in:
Bruno Goncalves
2015-08-09 00:42:48 -03:00
parent 9b2a7fe723
commit 894c2468df
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -903,7 +903,7 @@ IplImage* CvCapture_OpenNI2::retrieveFrame( int outputType )
return image;
}
CvCapture* cvCreateCameraCapture_OpenNI( int index )
CvCapture* cvCreateCameraCapture_OpenNI2( int index )
{
CvCapture_OpenNI2* capture = new CvCapture_OpenNI2( index );