Items with no label
3335 Discussions

Saving D400 camera settings as JSON file in C++

ASriv7
New Contributor I
1,442 Views

Is there a function in SDK v2 that lets you save all the camera settings as a JSON or text file?

0 Kudos
1 Solution
MartyG
Honored Contributor III
495 Views

You can at least save Advanced Mode values. The page linked below has a "code sample showing how to serialize the current values of advanced mode controls to a JSON file, and also how to load and apply it to the device".

https://github.com/IntelRealSense/librealsense/blob/master/doc/rs400/rs400_advanced_mode.md librealsense/rs400_advanced_mode.md at master · IntelRealSense/librealsense · GitHub

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
496 Views

You can at least save Advanced Mode values. The page linked below has a "code sample showing how to serialize the current values of advanced mode controls to a JSON file, and also how to load and apply it to the device".

https://github.com/IntelRealSense/librealsense/blob/master/doc/rs400/rs400_advanced_mode.md librealsense/rs400_advanced_mode.md at master · IntelRealSense/librealsense · GitHub

0 Kudos
Reply