Hi guys, I found the depth was divided into many layers when I generate pointcloud, the problem also happened after calculating the depth. In addition, I found this also happened in official pointcloud video, anyone know how to make it smooth plz?

Many thanks

Leo

    leonardo
    You can't really make it smooth because the depth has limiter precision. You can try enabling subpixel and increasing number of fractional bits, but performance will take a big hit.
    https://docs.luxonis.com/hardware/platform/depth/configuring-stereo-depth/#Configuring%20Stereo%20Depth-3.%20Improving%20depth%20accuracy-Stereo%20Subpixel%20mode

    Thanks.
    Jaka

      leonardo
      Some things to add:

      • we will be getting out an improved depth hopefully soon with a lot less discretization, as the filters will run on 16bit disparity values instead of 8
      • the video you have linked uses TOF depth, which has a higher depth resolution than stereo - hence the tighter layering.

      Thanks,
      Jaka

        4 days later