I am using the zed sdk 4.1.2 with zed-X camera and discovered some limiting range of the GetCurrentMinMax function (sl:unit is in meters).
If I limit the depth to 20 meter during intializing and the camera sees some trees or big objects in the distance the min,max function returns more depth then this 20m. when this objects exceed around 256m the function returns negative values. so there seems some buffer overflow. 1 measure was 227.752 and the next measure resulted in -127.273 max.
is this normal and how could we avoid this overflow?