-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ps4eye under indigo #20
Comments
Please check followings:
|
Thanks for answering so fast, sudo lsusb -v -d 05a9:058a gives the complete output,... Bus 002 Device 015: ID 05a9:058a OmniVision Technologies, Inc. ls -la /dev/video0 Device is correctly created, maybe permissions need "x"... changed launchfile to /dev/video0 result: libv4l2: error turning on stream: Auf dem Gerät ist kein Speicherplatz mehr verfügbar error-message is german, for "No space left on device" pyusb is 1.0.0b2 Any ideas? |
tried |
after some googeling around... started nodelet tail /var/log/kern.log Jan 18 19:45:55 Toady kernel: [ 3917.087135] usb 2-2: new SuperSpeed USB device number 5 using xhci_hcd looks like it is demanding to much bandwidth |
Sorry for all the trouble... I think i sorted it out. The usb3 is on a expresscard, so maybe no full datarate. What is the combination of resolution/fps with the lowest possible datarate? |
#19 may help you. |
Use gscam instead. But, you need to get gscam compliled from its source. Also, there is one pitfall. First, ros-indigo-gscam and ros-indigo-opencv2 do not exist. To solve this problem...
Here is a command line instruction: $ git clone https://github.com/yoshimalucky/gscam.git If you can not resolve the dependency on libgstreamer0.10-dev, install it manuallly: Related PR: |
I am haveing trouble running this code with indigo.
Is there something to look for?
Is gscam the reason?
Keep getting "No space left on device" or "Failed to PAUSE stream, check your gstreamer configuration." errors.
Ubuntu 14.4 LTS vivid kernel 3.19+
The text was updated successfully, but these errors were encountered: