Conflit between OpenCV and Video4Linux device
I had interfaced Point Grey Bumblebee2 camera with Nvida Tegera TK1 board along with video4Linux loop back device. But when I tried to access Bumblebee2 camera through OpenCV. I have conflict between libdc1394 using opencv and coriander. I got the following error.
libdc1394 error: Invalid video format: in dc1394_video_get_supported_framerates (control.c, line 595): Modes corresponding for format6 and format7 do not have framerates!
libdc1394 error: juju: Failed to allocate iso resources
I would appreciate if someone can let me know how I can resolve the conflict or I can disable libdc1394 from OpenCV at run time. I am using OpenCV 2.4.10
if you build the opencv srces, you can disable 1394 at compile time
As I am using Nvidia Tegera board and by building the opencv srces, I will lose optimization for the board. Is there any other way around.