Closed monajalal closed 3 weeks ago
this might not be a solution but somehow works
disconnected all usb devices, checked to see if realsense is connected via realsense-viewer and then commented this part and now it works
# ctx = rs.context()
# devices = ctx.query_devices()
# for dev in devices:
# dev.hardware_reset()
please let me know what your workarounds are for resolving this issue if it keeps happened
An alternative to resetting the camera is to reset the entire USB port, which does not require the camera to be detected.
A RealSense user at https://github.com/IntelRealSense/librealsense/issues/8274#issuecomment-770191698 had success using a Python reset script called PyUSB and said that they were able to reset the camera with it as often as they wanted.
A USB port can also be reset in Linux using a 'shell' (.sh) reset script, like the usbreset one at https://github.com/themancalledjakob/usbreset
Hi @monajalal Do you require further assistance with this case, please? Thanks!
No for us unplugging and plugging back the camera worked.
Okay, thanks very much for the update!
Please note I am trying to show side-by-side feed of ORBBEC Astra Embedded S and Intel RealSense D435 camera (both just color), I have used different name for everything that involves orbbec started with orbbec_
^^^
Also, realsense-viewer shows RGB feed and orbbec color-viewer.py runs successfully separately.
When I test rs camera:
I get no error
Could you please help how to fix this issue?
This is the full log:
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 :)
D435 |
Issue Description
<Describe your issue / question / feature request / etc..>