Platform: amd_64 Operating System: Ubuntu 8.10
Problem: The current version of OpenCV (2.1 at the time of writing) and libdc1394 do not interact correctly with the new PointGrey High-Res FireFlyMV Color camera USB interface.
Does this camera work with OpenCV on Ubuntu?
I am currently working on writing my own frame grabber using the PointGrey FlyCapture2 SDK, which works well with the camera. I would like to associate this with OpenCV, converting every image that I captured into an IplImage object. When I write OpenCV programs, I use CMake. The sample code for the FlyCapture2 SDK uses fairly simple makefiles. Does anyone know how I can get information from a simple MakeCapture2 file, so I can include the appropriate lines in CMakeLists.txt for my CMake build program?
source share