-
Notifications
You must be signed in to change notification settings - Fork 83
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
Comments
Hello, I am having the same issue. Did you solve the problem? |
Is there video device? Can you paste the results of ls -l /dev/video* |
Yes I am using a Logitech Webcam C920. The output of ls -l /dev/video* is: |
Have you checked the permission?
For example, you can change by below command.
sudo chmod 666 /dev/video*
|
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 |
returns nothing means 'there are no cameras'.
It seems there are no video0 nor video1.
2019年7月17日(水) 0:33 lflanag4 <notifications@github.com>:
… 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
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AABSSJTXXUDQLTS4B5O4NKDP7XS4HA5CNFSM4FNGE6E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2BH3EQ#issuecomment-511868306>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABSSJQ7OTOSY52MUZ4Q7YLP7XS4HANCNFSM4FNGE6EQ>
.
--
/*************************
Takashi Ogura (小倉 崇)
t.ogura@gmail.com
https://foundx.jp
*************************/
|
Hi I had a same error, too. If you have a exact cause please leave me a commnet. Happy development :) |
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?
The text was updated successfully, but these errors were encountered: