-
Notifications
You must be signed in to change notification settings - Fork 95
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
ros libuvc_camera stopped working #33
Comments
This happens for me too after I installed After removing all image transport plugins, This is a bug and should be fixed. |
Actually, it turned out that this bug had a different cause in my case. I had written a syntactically invalid udev rule (forgot a comma), and this caused my webcam not to be recognized as a video4linux device. (This can easily be checked: There was no I still have no idea why removing |
Correction: It wasn't my malformed udev rule; it's actually running With
|
I am using the rosrun on Nvidia Ubuntu 14.04 platform and i have USB Camera ( UVC Complaint ), i ran the following,
roscore rosrun libuvc_camera camera_node
It worked fine, then i started installing the other components like kinect, stereo camera drivers ( some more components )
after that it stopped working,
root@tegra-ubuntu:/home/ubuntu# rosrun --debug libuvc_camera camera_node
[rosrun] Looking in catkin libexec dirs: /opt/ros/indigo/lib/libuvc_camera
[rosrun] Looking in rospack dir: /opt/ros/indigo/share/libuvc_camera
[rosrun] Searching for camera_node with permissions /111
[rosrun] Running /opt/ros/indigo/lib/libuvc_camera/camera_node
uvc_start_iso_streaming: Busy (-6)
before running this command, i have two video nodes video0 & video1 and i could able to see both videos using luvcview.
After i ran this command, i got only the video0 only ( also it seems that earlier video1 node becomes video0 )
Please share your inputs
The text was updated successfully, but these errors were encountered: