Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It looks to me like the library finder in OpenCVFindLibsVideo.cmake is broken. You can pass the location of the library to cmake directly. On my system I have a symlink to the library in /usr/local/lib, so I used:

-D PVAPI_LIBRARY="/usr/local/lib/libPvAPI.a"

It looks to me like the library finder in OpenCVFindLibsVideo.cmake is broken. You can pass the location of the library to cmake directly. On my system I have a symlink to the library in /usr/local/lib, so I used:added:

-D PVAPI_LIBRARY="/usr/local/lib/libPvAPI.a"