Skip to content

Commit 42f0cc7

Browse files
authored
Merge pull request #588 from luxonis/isp_process_docs
Added docs about isp->video->preview process
2 parents 022ac0f + a14a69c commit 42f0cc7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/source/components/nodes/color_camera.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,15 @@ Click `here <https://en.wikipedia.org/wiki/Image_processor>`__ for more informat
5959

6060
**Image Post-Processing** converts YUV420 planar frames from the **ISP** into :code:`video`/:code:`preview`/:code:`still` frames.
6161

62-
When setting sensor resolution to 12MP and using :code:`video`, you will get 4K video output. 4K frames are cropped from 12MP frames (not downsampled).
62+
``still`` (when a capture is triggered) and ``isp`` work at the max camera resolution, while ``video`` and ``preview`` are
63+
limited to max 4K (3840 x 2160) resolution, which is cropped from ``isp``.
64+
For IMX378 (12MP), the **post-processing** works like this:
65+
66+
.. code-block::
67+
68+
┌─────┐ Cropping to ┌─────────┐ Downscaling ┌──────────┐
69+
│ ISP ├────────────────►│ video ├───────────────►│ preview │
70+
└─────┘ max 3840x2160 └─────────┘ and cropping └──────────┘
6371
6472
Usage
6573
#####

0 commit comments

Comments
 (0)