Problem with VideoCapture in OpenCV 2.3

半腔热情 提交于 2019-12-05 16:52:10

Check your include paths. It sounds like the build environment is properly configured for Release-mode but not Debug-mode.

I think it is a problem with opencv 2.4.2 In my case I changed it to opencv 2.4.3. Now it is working. But some works like face detection are not working with opencv 2.4.3. Build a new project and include the directories of opencv 2.4.3 . It will work then.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!