From 85604c6f531019a9493d690c9c65d6fda1560d8e Mon Sep 17 00:00:00 2001 From: Erol444 Date: Wed, 25 May 2022 17:12:01 +0200 Subject: [PATCH] Added limitation note in docs about isp scaling --- docs/source/components/nodes/color_camera.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/components/nodes/color_camera.rst b/docs/source/components/nodes/color_camera.rst index ddd64e3cb..97e856b29 100644 --- a/docs/source/components/nodes/color_camera.rst +++ b/docs/source/components/nodes/color_camera.rst @@ -93,6 +93,7 @@ Here are known camera limitations for the Myriad X: - **ISP can process about 600 MP/s**, and about **500 MP/s** when the pipeline is also running NNs and video encoder in parallel - **3A algorithms** can process about **200..250 FPS overall** (for all camera streams). This is a current limitation of our implementation, and we have plans for a workaround to run 3A algorithms on every Xth frame, no ETA yet +- **ISP Scaling** numerator value can be 1..16 and denominator value 1..32 for both vertical and horizontal scaling. So you can downscale eg. 12MP (4056x3040) only to resolutions `calculated here `__ Examples of functionality #########################