1 | initial version |
Did you change your linker settings to include the release libraries in stead of the debug libraries? They won't work cross-using both of them.
Example:
opencv_core245d.lib --> debug library opencv_core245.lib --> release library
Also try using an absolete path to adress your video first.
2 | No.2 Revision |
Did you change your linker settings to include the release libraries in stead of the debug libraries? They won't work cross-using both of them.
Example:
opencv_core245d.lib --> debug library
library
opencv_core245.lib --> release library
Also try using an absolete path to adress your video first.