You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/components/nodes/color_camera.rst
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,15 @@ Click `here <https://en.wikipedia.org/wiki/Image_processor>`__ for more informat
59
59
60
60
**Image Post-Processing** converts YUV420 planar frames from the **ISP** into :code:`video`/:code:`preview`/:code:`still` frames.
61
61
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 └──────────┘
0 commit comments