I have a pair of ZED X Ones GS wide with a baseline of 1.5m
Based on this, the minimum depth would be a bit over 3m and I want to set it to 4m as I don’t really care about depth up close to the cameras.
Currently the ZED SDK enforces a hard cap on the value of init_parameters.depth_minimum_distance
to 3 meters
. This would make sense on X, X mini and 2i but seems restrictive for X Ones with higher baselines. When I try to set it to 4.0m, I get the following warning:
[2025-03-18 00:03:15 UTC][ZED][WARNING] [Init] Requested depth_minimum_distance: 4METER is too far, clamped to 3.0000002METER.
The API also mentions the same hard cap here.
Is there a particular reason for this? Can it be bypassed? Or is there no benefit to changing it to 4m from the compute perspective.
The Maximum Distance is also capped in the ZED_Depth_Viewer to 50.0m. Can we expect a fix at any point to with the limit updated to 200m+?