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

usb_cam on imac isight: "No space left on device"

asked 2011-05-23 16:38:44 -0500

jrieffel gravatar image

updated 2011-05-28 05:20:31 -0500

kwc gravatar image

Fresh install of diamondback and Lucid in VirtualBox on my mac, I installed usb_cam (bosch-drivers), but get the following error when running:

VIDIOC_STREAMON error 28, No space left on device

I get a similar error when I try to run guvcview.

Any advice on resolving this issue? Is it a virtual machine problem?

edit retag flag offensive close merge delete

Comments

How much space is on your virtual machine. Try running 'df -h' in your console, and posting the results.
mjcarroll gravatar image mjcarroll  ( 2011-05-26 01:11:38 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
2

answered 2011-05-24 18:12:46 -0500

fergs gravatar image

What else is attached and running on your USB bus? This error typically means you have exceeded the bus capacity (for instance I frequently had this issue when attempting to access two high resolution webcam images when playing with stereo vision).

-Fergs

edit flag offensive delete link more
0

answered 2012-03-07 18:40:33 -0500

brice rebsamen gravatar image

I had the same problem and solved it as follow:

sudo rmmod uvcvideo
sudo modprobe uvcvideo quirks=128

After doing that, I can acquire images from 2 cameras at the same time. Credits: http://renoirsrants.blogspot.com/2011/07/multiple-webcams-on-zoneminder.html. Checkout this link to see how to add this to your module conf so that changes become permanent.

However, using OpenCV to acquire images from the webcam still does not work. But using the usb_cam pkg, everything is fine.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-05-23 16:38:44 -0500

Seen: 3,047 times

Last updated: Mar 07 '12