IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.53k stars 4.81k forks source link

jetson NX jetpack 4.4.1 D435i rs-imu-calibration: error failed to set power state #10587

Closed JACKLiuDay closed 2 years ago

JACKLiuDay commented 2 years ago

Required Info
Camera Model { D435i }
Firmware Version (Open RealSense Viewer --> Click info)
Operating System & Version {ubuntu18.04
Kernel Version (Linux Only) (4.9.140)
Platform NVIDIA Jetson NX jetpack 4.4.1
SDK Version { 2.43.0 }
Language {C/C#/labview/nodejs/opencv/pcl/python/unity }
Segment {}

Issue Description

<Describe your issue / question / feature request / etc..> image When I load json file with realsense-viewer. It shows error. image

MartyG-RealSense commented 2 years ago

Hi @JACKLiuDay This appears to be a json containing IMU calibration data. The RealSense Viewer tool does not import this type of json file. Instead, the Viewer can save and load Visual Preset jsons that define values for option settings that affect the depth, infrared and RGB images.

https://github.com/IntelRealSense/librealsense/wiki/D400-Series-Visual-Presets

JACKLiuDay commented 2 years ago

Hi @JACKLiuDay This appears to be a json containing IMU calibration data. The RealSense Viewer tool does not import this type of json file. Instead, the Viewer can save and load Visual Preset jsons that define values for option settings that affect the depth, infrared and RGB images.

https://github.com/IntelRealSense/librealsense/wiki/D400-Series-Visual-Presets

Hi, thank you so much for your reply. I run the rs-imu-calibration. While, it shows error when writing calibration to device. So I tried to load the calibration json file with realsense-viewer. image

MartyG-RealSense commented 2 years ago

I hope that the advice in a Jetson NX case at https://github.com/IntelRealSense/librealsense/issues/9857 that had the same problem will be helpful to you in resolving it.

JACKLiuDay commented 2 years ago

I hope that the advice in a Jetson NX case at #9857 that had the same problem will be helpful to you in resolving it.

image It worked! Thank you so much!

MartyG-RealSense commented 2 years ago

You are very welcome. That's great news. :)