View my account

d430 depth on road curbs during day time (presence of sunlight)

Comments

1 comment

  • MartyG

    Hi Db1011  With the Medium Density preset, the balance of the camera's configuration is shifted towards providing a greater 'fill rate' on the image whilst trading off some accuracy.  High Density shifts the balance further in favor of image fill-rate.

    You could try the High Accuracy preset in combination with increasing the value of the Laser Power setting.  Increasing its value reduces the sparseness of the depth image, whilst reducing the value makes the image more sparse (greater gaps).  If you are using ROS, you can set the Laser Power in the json or in the launch file via a rosparam.  Example code to do this with either is below - change '200' to whatever value you want to set Laser Power to.

     

    ROSPARAM (LAUNCH FILE)

    <rosparam>
    /camera/stereo_module/laser_power: 200
    </rosparam>

     

    JSON

    "controls-laserpower": "200"

     

    Regarding the kerb reflections: Section 4.4 of a white-paper document by Intel on applying physical optical filters over the camera lens discusses in detail how a linear polarizer filter can be attached to reduce the negative effect of reflections.

    https://dev.intelrealsense.com/docs/optical-filters-for-intel-realsense-depth-cameras-d400#section-4-the-use-of-optical-filters 

    0
    Comment actions Permalink

Please sign in to leave a comment.