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

Cannot use RealSense Viewer in USB 3.0 #3519

Closed
caozhenn opened this issue Mar 18, 2019 · 3 comments
Closed

Cannot use RealSense Viewer in USB 3.0 #3519

caozhenn opened this issue Mar 18, 2019 · 3 comments

Comments

@caozhenn
Copy link


|---------------------------------|------------------------------------------- |
| Camera Model | { D415 } |
| Firmware Version |05.11.01.00 |
| Operating System & Version | Linux Ubuntu 14 |
| Kernel Version (Linux Only) | 4.4.0 -142 -generic |
| Platform | AUBO i5 collaborative industrial robot |
| SDK Version | { legacy / 2.18.1 } |
|
| Segment | {Robot } |

Issue Description

When I insert the camera D415 in USB 2.0, although there is warning, realsense_viewer works successfully. In the meatime , my wireless mouse in another usb port run smoothly.
Screenshot from 2019-03-18 16_30_04

But if I insert it in USB 3.0, there are severeal problems:
1.I can't open the realsense_viewer , it is stuck in startup window. Or sometimes it can't detect the device D415 .
Screenshot from 2019-03-18 12_27_04

2.So I try to run the ROS Wrapper for Intel® RealSense™ Devices downloaded from https://github.com/intel-ros/realsense, it is stuck in initialization.
Screenshot from 2019-03-18 12_25_06

3.By the way, I even can't move my wireless mouse.

I have used the SDK and ros wrapper successfully in my own computer, I don't know why there are so many problems in the AUBO i5 collaborative industrial robot.
Thanks.

@pedrombmachado
Copy link

hi @caozhenn,
Is your camera mounted as USB3? The image shows your camera mounted as USB 2.1.

$ lsusb | grep Intel

In my case

Bus 002 Device 026: ID 8086:0b07 Intel Corp.

Use the BUS and Device to check how the camera was mounted. In my case is bus 002 and device 026.

$ lsusb -D /dev/bus/usb/002/026 | grep bcdUSB

bcdUSB 3.20

image

Troubleshooting

  • Is the camera connected to USB3 port (blue USB connector)?
  • Is your camera using the latest version of the firmware? Instructions here

@RealSenseCustomerSupport
Copy link
Collaborator


Hi caozhenn,

So to what you have mentioned, it works well with your computer (assuming it is also ubuntu), but not with AUBO i5.
As pedrombmachado suggested, here are a few quick things to check with:
a) check your usb connection result and make sure it has no issue with connecting to USB3 port ("lsusb", and also check "dmesg" dump).
b) You can also check if the D415 camera is enumerated correctly by using built-in tool "rs-enumerate-devices" tool.

Thanks!

@RealSenseCustomerSupport
Copy link
Collaborator


Hi caozhenn,

Wonder if there is any update on this one?
Or do you still need help?

Thanks!

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

3 participants