1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fixed Ximea constructor call

This commit is contained in:
Vadim Pisarevsky
2011-08-15 14:16:22 +00:00
parent f779a85a99
commit 14a35a8d7b
+1 -1
View 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;