Ask Your Question

Tim's profile - activity

2012-08-11 13:15:20 -0600 received badge  Editor (source)
2012-08-11 10:45:35 -0600 answered a question How do I get Prosilica / Allied Vision Camera (PVAPI) working with OpenCV 2.4?

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 added:

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