fixed Ximea constructor call
This commit is contained in:
parent
cd8d3afe37
commit
c66ed3e02f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user