View my account

How can I change the depth scale of d435i with C#

Comments

1 comment

  • MartyG

    The depth units on the 400 Series can go down to 0.0001.

    The depth scale can be changed with the RS2_OPTIONS_DEPTH_UNITS instruction.  I could not find C# code for it, though the link below has C++ code for the change that you can use as a reference.

    https://github.com/IntelRealSense/librealsense/issues/2385#issuecomment-420855050

    Another approach may be to use the RealSense Viewer to set the depth units to 0.0001 and then export the Viewer's current configuration as a 'json' config file that can then be loaded with your program scripting outside of the Viewer.

    0
    Comment actions Permalink

Please sign in to leave a comment.