-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
R200 Realsense not detected on Linux Ubuntu #195
Comments
I ran the following commands, thinking that It might have been due to sudo permissions on the usb (I didn't know which video the Realsense corresponded to so I just did all three):
and then I tried to run ./cpp-capture, but i get the following:
How might I fix this? Thanks :) |
The problem is buggy Linux UVC driver against R200. |
Ok i will try that. Thanks :) |
Hi, I just reinstalled everything while following the script of install_dependencies-4.4.sh and rebooted my linux, and it still says
I also tried following the solution explained in this thread: #70 , but I still found no solution to my problem. With the same dmesg output as described above. Let me know if there might be any solution to this. Thanks. |
Anyone know how I could fix this? Now I have installed the 4.4 Kernel, 'linux-image-4.4.0-040400-generic'. But when I run ./scripts/patch-uvcvideo-ubuntu-mainline.sh I get the following message:
Maybe this is what is causing my ./cpp-capture to return "No device detected". Anyone know how to solve this? Thanks. |
@gabrielarpino How about re-applying the udev rules as specified |
@gabrielarpino actually based on #208 it looks like you got it to work already. Can you document the root cause? |
Hi, Yes, apologies. I did get it to work, there were permission issues with my chmod 666 /dev/media0 and it worked. Thanks ! Gabriel Arpino Director of Sponsorships(647) 967 6017 On Sun, Jul 31, 2016 at 8:51 PM, Dimitri Diakopoulos <
|
This was helpful, but I had to sudo chmod 666 all of the following devices: |
I had this same problem (I had to chmod /dev/video0 and /dev/video1, but not /dev/media*. So part way between gabriel's and jake's); it also appears that this chmod is revoked upon reboot or camera disconnect+reconnect. I guess the more appropriate solution, therefore, is to add the user you're running the binary as to the 'video' group. |
The issue with the permissions for /dev/ can be permanently solved by adding yourself to the dialout group. You will have to logout and then log back in before the group change is recognized. You can do this with |
$USER in the usermod command above to make it more generic |
That's right! |
@gabrielarpino can you guide me how to test the camera on Ubuntu ROS like you did i have the same version that have R200 and i can't make it work ??? |
…igment Cspungin aligment
Hi,
So I am trying to use my R200 Intel Realsense on my Clearpath Jackal Robot. I have tested the Realsense previously with ROS on my Linux PC and it worked. Also, I use the Video4Linux backed. I then move the realsense to the robot (which runs Linux with the specs described below), and, after installation, I receive the following message when trying to run
./cpp_multicam
:No device detected. Is it plugged in?
Also, the following message when trying to run any of the tutorials:
There are 0 connected RealSense devices.
These suggest that my device might not be connected, but I confirm that it is connected by running "lsusb -v -d 8086:0a80", and receiving the following output (first few lines):
Then, I try to disconnect and reconnect my R200 from my clearpath Jackal (again confirming that the USB is a 3.0 port), and look at dmesg:
This suggests that the Realsense is both connected AND being found by UVC, so I do not understand what the problem is. When I run dmesg after trying to run ./cpp-capture, this shows up:
Maybe it's a clue? Let me know if anyone has any suggestions. Thank you very much for helping.
Best,
Gabriel
The text was updated successfully, but these errors were encountered: