Commit c66ed3e0 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed Ximea constructor call

parent cd8d3afe
...@@ -273,7 +273,7 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index) ...@@ -273,7 +273,7 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index)
#ifdef HAVE_XIMEA #ifdef HAVE_XIMEA
case CV_CAP_XIAPI: case CV_CAP_XIAPI:
capture = cvCreateCameraCapture_Ximea (index); capture = cvCreateCameraCapture_XIMEA (index);
if (capture) if (capture)
return capture; return capture;
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment