Skip to content
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

[ERROR] [1533077476.693028660]: cv camera open failed: device_id0 cannot be opened #18

Open
sabetAI opened this issue Jul 31, 2018 · 7 comments

Comments

@sabetAI
Copy link

sabetAI commented Jul 31, 2018

I'm running a ros pointgrey camera drive as my input node, which publishes to /camera/left/image_raw, and I'm calling
rosrun cv_camera cv_camera_node /cv_camera/image_raw:=/camera/left/image_raw
but I get the following error:
[ERROR] [1533077476.693028660]: cv camera open failed: device_id0 cannot be opened
It seems cv_camera is trying to access the camera directly instead of publishing to its topic? How do I resolve this?

@lflanag4
Copy link

Hello, I am having the same issue. Did you solve the problem?

@OTL
Copy link
Owner

OTL commented Jun 21, 2019

Is there video device?

Can you paste the results of

ls -l /dev/video*

@lflanag4
Copy link

Yes I am using a Logitech Webcam C920. The output of ls -l /dev/video* is:
crw-rw----+ 1 root video 81, 2 Jun 20 16:38 /dev/video0
crw-rw----+ 1 root video 81, 3 Jun 20 16:38 /dev/video1

@OTL
Copy link
Owner

OTL commented Jun 21, 2019 via email

@lflanag4
Copy link

This did not return anything. I think the issue is that I need to use video1 but I am not sure how to do this

@OTL
Copy link
Owner

OTL commented Jul 17, 2019 via email

@mywnajsldkf
Copy link

Hi I had a same error, too.
sorry for late comment
I don't know about the exact solution.
However, I shut down the computer and restart it, everyting is fine
Also I had an similar error
perhaps, your device is busy(?)
I close the terminal that my web cam is working and open the another
It makdes me okay! haha

If you have a exact cause please leave me a commnet.

Happy development :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants