-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Labels
Description
Device: Nvidia Jetson AGX Orin
JetPack Version: 6.2.1
Kernel: 5.15.148-tegra
System: Ubuntu 22.04
Camera: D435i
I followed the LibUVC-backend installation to install the driver (suggested #13611) and it goes through. I open rs-enumerate-device
and it returns the correct output of my camera.
But whenever I restart the pc, the device cannot be detected anymore
02/10 11:34:09,513 ERROR [281473527812128] (rs.cpp:256) [rs2_create_device( info_list:0xaaab05ec62c0, index:0 ) UNKNOWN] bad optional access
02/10 11:34:09,513 ERROR [281473527812128] (rs.cpp:256) [rs2_delete_device( device:nullptr ) UNKNOWN] null pointer passed for argument "device"
Could not create device - bad optional access . Check SDK logs for details
No device detected. Is it plugged in?
```. realsense-viewer also cannot detect the camera. Why is it the case?