Skip to content

Commit c029919

Browse files
committed
feat(linux): AM62AX: Add media pipe configuration recommendation
Signed-off-by: Rishikesh Donadkar <[email protected]>
1 parent 528670a commit c029919

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

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

0 commit comments

Comments
 (0)