1 | initial version |
I met the same issue with opencv3.0.0 to be built with mingw, and I have workaround this, the way I worked around is,
edit file %OPENCV_HOME%\sources\modules\videoio\src\cap_dshow.cpp Add
#define STRSAFE_NO_DEPRECATE
At least, it works for me and pass the error.