View my account

resolution D435

Comments

1 comment

  • MartyX Grover

    Hi Bertodbbert  The optimal depth sensing distance of the D435 model is 848x480.  Reducing the resolution can reduce the minimum depth sensing distance of the camera, enabling it to be positioned closer to an object / surface than the default minimum 0.1 m / 10 cm depth sensing distance of the D435.  

    When the camera moves below the minimum distance then the depth image will begin breaking up.  Minimum distance can be reduced by reducing resolution as mentioned above. It does degrade depth precision though.  This is described in the section of Intel's camera tuning guide in the link below.

    https://dev.intelrealsense.com/docs/tuning-depth-cameras-for-best-performance#section-start-by-operating-at-optimal-depth-resolution-for-the-camera

     

    You can also achieve control over minimum distance by increasing the value of an option called Disparity Shift.  Increasing Disparity Shift reduces minimum distance, though reduces the maximum observable depth sensing distance too (though this is less of a problem when performing close-range depth sensing).  Point number 3 of the section of the camera tuning guide linked to below discusses Disparity Shift.

    https://dev.intelrealsense.com/docs/tuning-depth-cameras-for-best-performance#section-move-as-close-as-possible

    I would recommend using Disparity Shift to achieve a 90 mm / 9 cm minimum distance.  A good range to set Disparity Shift to is between 50 and 100, as this should provide close-range sensing without severely restricting the maximum observable depth range too.

     

    Furthermore, setting the camera's Depth Unit Scale option to '0.0001' instead of the default '0.001' can improve the depth image when sensing small objects at close range, as described in the case linked to below.

    https://github.com/IntelRealSense/librealsense/issues/8228

    0
    Comment actions Permalink

Please sign in to leave a comment.