Items with no label
3338 Discussions

Question about Intel RealSense camera parameters and setting

mshok
Beginner
1,738 Views

Hello,

I have Intel RealSense D415. I use Intel RealSense Viewer v2.9.0 to adjust the setting. I saved the settings in a json file. Every time I plug out the camera (from computer USB port) and plug in again, it goes back to default setting. Is there any way for the camera to use the custom setting?

I am opening the camera in web application and I need to use the custom setting saved in hardware (in RealSense camera). I am just wondering why it goes back to the default setting after it is plugged in again? Is there any way to prevent it and force the camera to use custom setting?

Thank you.

0 Kudos
1 Solution
MartyG
Honored Contributor III
844 Views

Saving the settings was a known problem in the SDKs around the time of the very old SDK you are using from January 2018 (2.9.0). Intel implemented a bug fix in version 2.13.0.

https://github.com/IntelRealSense/librealsense/issues/1577 RealSense viewer - Save settings fails · Issue # 1577 · IntelRealSense/librealsense · GitHub

The latest SDKs can be downloaded from the link below.

https://github.com/IntelRealSense/librealsense/releases/ Releases · IntelRealSense/librealsense · GitHub

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
845 Views

Saving the settings was a known problem in the SDKs around the time of the very old SDK you are using from January 2018 (2.9.0). Intel implemented a bug fix in version 2.13.0.

https://github.com/IntelRealSense/librealsense/issues/1577 RealSense viewer - Save settings fails · Issue # 1577 · IntelRealSense/librealsense · GitHub

The latest SDKs can be downloaded from the link below.

https://github.com/IntelRealSense/librealsense/releases/ Releases · IntelRealSense/librealsense · GitHub

0 Kudos
Reply