tags:

views:

97

answers:

0

Platform: amd_64 Operating System: Ubuntu 8.10

Problem: The current release of OpenCV and libdc1394 doesn't properly interface with the new USB-interface PointGrey High-Res FireFlyMV Color camera.

Does anyone have this camera working with OpenCV on Ubuntu?

Currently, I'm working on writing my own frame-grabber using PointGrey's FlyCapture2 SDK, which works well with the camera. I'd like to interface this with OpenCV, by converting each image I grab into an IplImage object. When I write OpenCV programs, I use CMake. The example code for the FlyCapture2 SDK uses fairly simple makefiles. Does anyone know how I can take the information from the simple FlyCapture2 makefile so I can include the appropriate lines in CMakeLists.txt for my CMake build routine?