OpenCV C++ Video Capture does not seem to work

前端 未结 5 769
北荒
北荒 2020-12-18 14:34

I am using a Mac OS X 10.6 machine. I have OpenCV 2.1 x64 compiled from source using Xcode and its GCC compiler.

I am having trouble using the C++ video reading feat

5条回答
  •  情歌与酒
    2020-12-18 15:15

    Go to project->project properties->configuration properties->linker->input

    In the additional dependencies paste cv210.lib cvaux210.lib cxcore210.lib highgui210.lib

提交回复
热议问题