gscam - "illegal operation"
I'm trying to get a camera working on a "roboard" (i386) which is running Ubuntu 10.04 with a full ROS diamondback install.
gscam is falling down at the following line (in http://brown-ros-pkg.googlecode.com/s... ), and only returning illegal operation.
image_transport::CameraPublisher pub = it.advertiseCamera("gscam/image_raw", 1);
This setup works on a laptop running the same code, has anyone else had this problem or know a solution?