I post a bit ago and got some answers about the Realsense profiles and how to edit.
Here:
viewtopic.php?f=2&t=10072I have gotten more comfortable developing in the Realsense SDK and better understand more setting.
My question is if it is possible to access all of the Realsense SDK setting thru that profile.ini document.
I know i can edit to change these setting (thanks @vmaslov)
Are these keys automatically generated from SDK or were only some added to ipi controls?
```
Depth.VisualPreset (Depth Sensor > Advanced-Mode Preset). Actually it affects the input data coming from a sensor.
Processing.Temporal.Enabled (Depth Processing > Temporal Filter > Enable)
Processing.Temporal.FilterSmoothAlpha (Depth Processing > Temporal Filter > Normalized weight of current pixel)
Processing.Temporal.FilterSmoothDelta (Depth Processing > Temporal Filter > Filter smooth delta)
Processing.Temporal.HolesFill (Depth Processing > Temporal Filter > Persistency mode)
Processing.Spatial.Enabled (Depth Processing > Spatial Filter > Enable)
Processing.Spatial.FilterMagnitude (Depth Processing > Spatial Filter > Filtering iterations)
Processing.Spatial.FilterSmoothAlpha (Depth Processing > Spatial Filter > Current pixel weight)
Processing.Spatial.FilterSmoothDelta (Depth Processing > Spatial Filter > Convolution radius)
Processing.Spatial.HolesFill (Depth Processing > Spatial Filter > Holes filling mode)
Processing.Disparity.Enabled (Depth Processing > Filter in disparity space)
```
Is it possible to access all the RealSense SDK settings that are possible in the SDK.
Example with a json like this:
https://raw.githubusercontent.com/wiki/ ... reset.jsonIt looks like since the my initial question there is a warning about the Realsense Series 4xx in this page...
http://docs.ipisoft.com/Depth_Sensors_ComparisonBut I am still hopeful to use this sensor in body tracking with your software.
Any help or advice would be great.
Thanks