ZED Camera Setup for Long-Range Object Detection

Hi everyone,

I’m considering using a pair of ZED X One 4K cameras mounted with a custom baseline of 1–2 meters for a stereo setup.
The goal is to detect and estimate the distance of a boat in open sea, approximately 2 m × 3 m × 6 m (H×W×D), at a range of about 100 meters.

My main questions are:

  1. Would such a stereo pair (with proper calibration and synchronization) be able to reliably detect an object of that size up to 100 m range?

  2. Assuming good lighting and stable mounting, what kind of depth accuracy or error deviation could be expected at that distance?

Any practical insights, experience, or theoretical guidance (e.g., based on the ZED X One 4k sensor specs, focal length, or disparity accuracy) would be highly appreciated!

Thanks,
Niv

Hi @NivC
Welcome to the Stereolabs community.

You can find a reply to all questions by reading this support page and using the information in the tables:
https://support.stereolabs.com/hc/en-us/articles/20851232732311-Setting-up-your-Stereo-Rig-with-two-ZED-X-One-cameras

I am trying to compute the max length of my rig with ZED X One 4K wide, Using the given formula: max_depth = (B/2) * F/sens_w * res_W
i put the parameters and get:
B=2m
F=3mm →0.003m
*sens_w=*7.7 mm for the 4K HDR CMOS →0.0077m
*res_W=*3840

max_depth = (2/2) x 0.003/0.0077 x 3840 => 1x 0.389x3840=1,496

Im getting hard to understand the result. maybe something in my calculation is not right.
please correct me and let me know what is wrong here.

This is the theoretical maximum value, and it’s correct.

We provide accuracy info up to 300m:

Ok, and do you know to tell me if measure the distance is from what part in the object?
for example, my object is a boat, so we taking the distance from the closest part in the boat to the cameras? or to a specific point ?

Normally we use the “center” of the frontal plane of the 3D bounding box.