I want to modify the advanced depth visualisation parameters of my Intel Realsense D405 camera in python using the pyrealsense2 library.
I am currently able to modify these parameters in the realsense-viewer application:
I am able to export this to a json file. I would assume I can import these settings in python somehow and get the depth visualisation I desire but I can´t figure it out.