1 | initial version |
if you're using the prebuild packages, -- there is no opencv_videoio320.lib. please remove it from your "Additional Dependencies" list, so it stops looking for something, that does not exist.
also, please use opencv_world320d.lib ONLY in DEBUG mode, and opencv_world320.lib in RELEASE, NOT BOTH!!
2 | No.2 Revision |
if you're using the prebuild packages, -- there is no opencv_videoio320.lib. opencv_videoio320.lib (and it is also not needed, since it is already contained in the world lib). please remove it from your "Additional Dependencies" list, so it stops looking for something, that does not exist.
also, please use opencv_world320d.lib ONLY in DEBUG mode, and opencv_world320.lib in RELEASE, NOT BOTH!!