Skip to content

Commit 5be75ed

Browse files
committed
Updated disparity shift docs
1 parent d98d503 commit 5be75ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/components/nodes/stereo_depth.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,14 @@ Disparity shift to lower min depth perception
381381
Another option to perceive closer depth range is to use disparity shift. Disparity shift will shift the starting point
382382
of the disparity search, which will significantly decrease max depth perception, but it will also decrease min depth perception.
383383

384+
.. image:: https://user-images.githubusercontent.com/18037362/189375017-2fa137d2-ad6b-46de-8899-6304bbc6c9d7.png
385+
386+
**Left graph** shows min and max disparity and depth for OAK-D (7.5cm baseline, 800P resolution, ~70° HFOV) by default (disparity shift=0). Since hardware (stereo
387+
block) has a fixed 95 pixel disparity search, DepthAI will search from 0 pixels (depth=INF) to 95 pixels (depth=71cm).
388+
389+
**Right graph** shows the same, but at disparity shift set to 30 pixels. This means that disparity search will be from 30 pixels (depth=2.2m) to 125 pixels (depth=50cm).
390+
This also means that depth will be very accurate at the short range (**theoretically** below 5mm depth error).
391+
384392
.. doxygenfunction:: dai::StereoDepthConfig::setDisparityShift
385393
:project: depthai-core
386394
:no-link:

0 commit comments

Comments
 (0)