ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

After doing some research, I came across this statement in the libdc1394 library documentation:

dc1394error_t dc1394_capture_set_dma_device_filename (dc1394camera_t* camera, char *filename) - used to set the DMA device filename in case you have strange device files. Currently the following names are probed automatically: /dev/video1394 and /dev/video1394/x. If you don't use that you have to call this function before a DMA setup function. LINUX only (not for juju!)

This leads me to believe that it's a device name error. I could be way off, but this is just something that I came across.