提交 c66ed3e0 编写于 作者: V Vadim Pisarevsky

fixed Ximea constructor call

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册