Depth Not Calculated When Object is Too Close (Less Than 1 Meter)

Hello,

In the video here,

The code is designed to cover the area with a checkerboard image when the distance is too close (less than 1 meter). However, if the distance is under 1 meter, it seems that the coverage is not happening.

Is this behavior normal?

Hi @stm32h757
What camera model are you using?
What is the depth_minimum_distance value that you set while initializing the camera?

I’m using the ZED 1.

Thanks to your help, I was able to modify my code as follows:

parameters.minimumDistance = 0.5;

However, this change significantly slowed down the performance, so I decided not to use it.

Indeed, this happened with older versions of the ZED SDK.

1 Like