fixed Ximea constructor call

This commit is contained in:
Vadim Pisarevsky 2011-08-15 14:23:55 +00:00
parent cd8d3afe37
commit c66ed3e02f

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;