Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: stuartsmoore <[email protected]>
  • Loading branch information
Erol444 and stuartsmoore authored Jul 25, 2022
1 parent db4b36b commit b65e2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/components/nodes/color_camera.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ For IMX378 (12MP), the **post-processing** works like this:
.. image:: /_static/images/tutorials/isp.jpg

Image above is the ``isp`` output frame from the ColorCamera (12MP from IMX378). Blue rectangle represents the cropped 4K
``video`` output, and yellow rectangle represents cropped ``preview`` output when preview size is set to 1:1 aspect ratio
The image above is the ``isp`` output frame from the ColorCamera (12MP from IMX378). The blue rectangle represents the cropped 4K
``video`` output, and the yellow rectangle represents a cropped ``preview`` output when the preview size is set to 1:1 aspect ratio
(eg. when using 300x300 MobileNet-SSD NN model).

Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/maximize_fov.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ max 4k resolution) from the ``isp`` stream, which has the full FOV.

.. image:: /_static/images/tutorials/isp.jpg

Image above is the ``isp`` output from the :ref:`ColorCamera` (12MP from IMX378). Blue rectangle represents the cropped 4K
``video`` output, and yellow rectangle represents cropped ``preview`` output when preview size is set to 1:1 aspect ratio
The image above is the ``isp`` output from the :ref:`ColorCamera` (12MP from IMX378). The blue rectangle represents the cropped 4K
``video`` output, and the yellow rectangle represents a cropped ``preview`` output when the preview size is set to 1:1 aspect ratio
(eg. when using 300x300 MobileNet-SSD NN model).

In other words, you **need to use ISP output** from the :ref:`ColorCamera` **to maximize the image FOV**. A challenge
Expand Down

0 comments on commit b65e2e1

Please sign in to comment.