1)cap_dshow.cpp
cmake过程中没有报错,编译却出现了videoIO模块怎么都编译不过去
在opencv的源码文件cap_dshow.cpp中添加
#define STRSAFE_NO_DEPRECATE
2) cap_msmf.cpp Error:
mingw can't compile the MSMF capture code, you have to disable it:
cmake -DWITH_MSMF=OFF
3) sobelfilterwidget.cpp
Add using namespace cv;"
4) python binder uncheck
网友评论