You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution seems to be to reboot the TX2 device (just unplugging and replugging in the camera does not resolve the error).
A similar issue (#2043) suggests doing a hardware reset using dev.hardware_reset(), but it doesn't work. I think it's a problem with the USB bus not resetting properly when closing the camera stream. After a system reboot I can start the stream maybe once or twice before seeing this error again.
What is the proper way to "cleanly" close a camera?
What is the right way to reset your USB bus?
What is another way to avoid this error?
The text was updated successfully, but these errors were encountered:
[Realsense Customer Engineering Team Comment]
Hi @mprat,
I don't see this issue when I tried the realsense-viewer of librealsense 2.16.1 to load a json file. Your D415 firmware is 5.10.3, right?
What's your Jetson TX2 BSP version? Is it L4T 28.2.x? Also, suggest to upgrade to the latest BSP to resolve some stability issues.
[Realsense Customer Engineering Team Comment]
Hi @mprat,
See #1086 to combine the hardware reset with rs2::device_hub to have a synchronous flow.
Also, suggest to upgrade to the latest firmware and librealsense to see if the failure still there.
Issue Description
I am using a D415 camera from a TX2 Jetson board. When enabling advanced mode and loading a JSON file, I consistently get this error:
The solution seems to be to reboot the TX2 device (just unplugging and replugging in the camera does not resolve the error).
A similar issue (#2043) suggests doing a hardware reset using
dev.hardware_reset()
, but it doesn't work. I think it's a problem with the USB bus not resetting properly when closing the camera stream. After a system reboot I can start the stream maybe once or twice before seeing this error again.The text was updated successfully, but these errors were encountered: