Skip to content

Commit a16efa1

Browse files
authored
Merge pull request #980 from luxonis/stereo_alpha_param_docs
Updating docs for stereo depth video
2 parents 19249f1 + f4aad16 commit a16efa1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/samples/StereoDepth/stereo_depth_video.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ inside the code:
1111
#. `extended`: suitable for short range objects. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#extended-disparity-depth-mode>`__
1212
#. `subpixel`: suitable for long range. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#subpixel-disparity-depth-mode>`__
1313

14+
Stereo Alpha Param
15+
##################
16+
17+
With `--alpha` you can select scaling during the rectification. Values between 0 and 1:
18+
19+
- 0.0 (default value) means that the rectified images are zoomed and shifted so that only valid pixels are visible (no black areas after rectification)
20+
- 1.0 means that the rectified image is decimated and shifted so that all the pixels from the original images from the cameras are retained in the rectified images (no source image pixels are lost).
21+
22+
.. image:: https://github.com/luxonis/depthai-python/assets/18037362/887d489a-6bf6-41ac-9b8f-06ab7b0cd488
23+
1424
.. rubric:: Similar samples:
1525

1626
- :ref:`Depth Preview`

0 commit comments

Comments
 (0)