Skip to content

Commit b4e14b2

Browse files
Rishikesh-Dcshilwant
authored andcommitted
feat(linux): AM62AX: Add recommendation for configuring media pipeline
Signed-off-by: Rishikesh Donadkar <r-donadkar@ti.com>
1 parent 3b73ead commit b4e14b2

File tree

1 file changed

+7
-0
lines changed
  • source/linux/Foundational_Components/Kernel/Kernel_Drivers/Camera

1 file changed

+7
-0
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/CSI2RX.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,13 @@ Enabling camera sensors
601601
$ media-ctl --set-v4l2 '"30102000.ticsi2rx":0[fmt:SRGGB8_1X8/1920x1080]'
602602
$ media-ctl --set-v4l2 '"imx219 4-0010":0[fmt:SRGGB8_1X8/1920x1080]'
603603
604+
.. note::
605+
606+
When configuring the media pipe for multi-camera use case, it is recommended to setup routes such
607+
that CTX 0 is bypassed. This configuration prevents frame corruption in scenarios where high system load results in
608+
degraded performance of one or more kernel threads assigned for individual camera management. The camera setup
609+
script in SD card will do this configuration.
610+
604611
Capturing raw frames
605612
====================
606613

0 commit comments

Comments
 (0)