View my account

Strange depth artifacts on box edges

Comments

1 comment

  • MartyG

    Using the "Default" preset will give best visual appeal, clean edges and reduced point cloud spraying.  Using a high resolution will also improve accuracy - the optimal depth resolution for the D415 is 1280x720. 

    If the scene is well lit then the camera should be able to automatically use ambient light to analyse depth on the object without the need for a dot-pattern projection.  LED lights are a good choice for external illumination, as they do not cast shadows.

    If your goal is to measure the volume of a box, the RealSense SDK has a multi-camera supporting example program in the Python language called box_dimensioner_multicam.  The box is placed on a chessboard surface and then when the program starts, the multiple cameras are automatically calibrated and the measurements are calculated.  If the box is too large to fit the default chessboard size then the values in the script can be adjusted for a larger chessboard surface size.

    https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/box_dimensioner_multicam/box_dimensioner_multicam_demo.py 

    0
    Comment actions Permalink

Please sign in to leave a comment.