-
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
[Ubuntu18]SR300 is not detected by librealsense #5233
Comments
@ipa-mah hello, the kernel log doesn't suggests that anything went wrong; on the contrary, the camera was correctly identified as USB3 device and both the enumeration and loading of the UVC driver completed successfully. Is it a first time usage ? Do you manage to communicate with this camera on another PC/OS ? |
@ev-mp For 435, it outputs list of modes and device info as usual. |
@ipa-mah , we managed to reproduce it and can confirm that this is a SR300 bug introduced in the latest v2.30 version. it will be rectified in the next release. |
@ev-mp
But
Waiting for next release of the SDK |
@ipa-mah, the camera is properly recognized with the previous version as expected, so this is great.
The message is fired when the device is forcibly disconnected from/by host. And it often occurs due to device being under-powered. I would recommend to switch USB port and/or get a powered USB3 hub. |
The problem is solved with SDK 2.28. |
Hi, |
@ipa-mah SDK v2.31 has fixed the issue. Please try ROS v2.2.11 with SDK v2.31. https://github.com/IntelRealSense/realsense-ros/releases/latest |
Thanks! |
@ipa-mah Could you please update? Thanks! |
@ipa-mah Sorry that we didn't get response from you for weeks. Will close this issue at this point. Please feel free to create new one if you still have questions or issues. Thanks! |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
I have both SR300 and D435 camera and the librealsense can only detects D435 camera. I checked both build from source code and deb packages.
Both SR300 and D435 are connected via USB 3.0 port but only D435 is detected
modinfo uvcvideo | grep "version:"
outputs:version: 1.1.1 srcversion: 4D154F77796C7B15BCB6EFF
Output from
dmesg
after plugging the cameraDo you have any idea what is problem?
Thanks
The text was updated successfully, but these errors were encountered: