fixed Ximea constructor call
authorVadim Pisarevsky <no@email>
Mon, 15 Aug 2011 14:23:55 +0000 (14:23 +0000)
committerVadim Pisarevsky <no@email>
Mon, 15 Aug 2011 14:23:55 +0000 (14:23 +0000)
modules/highgui/src/cap.cpp

index fa9f9f9..cde89de 100644 (file)
@@ -273,7 +273,7 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index)
         
         #ifdef HAVE_XIMEA
         case CV_CAP_XIAPI:
-            capture = cvCreateCameraCapture_Ximea (index);
+            capture = cvCreateCameraCapture_XIMEA (index);
             if (capture)
                 return capture;
         break;