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)
#ifdef HAVE_XIMEA
case CV_CAP_XIAPI:
capture = cvCreateCameraCapture_Ximea (index);
capture = cvCreateCameraCapture_XIMEA (index);
if (capture)
return capture;
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