Skip to content

Commit 3b73ead

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

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
@@ -402,6 +402,12 @@ Enabling camera sensors
402402
sink_3::startx=980 sink_3::starty=500 sink_3::width=640 sink_3::height=480 ! \
403403
video/x-raw, width=1920, height=1080, format=NV12 ! queue ! kmssink driver-name=tidss sync=false force-modesetting=true
404404
405+
.. note::
406+
407+
When configuring the media pipe for execution of the above GStreamer pipeline, it is recommended to setup routes such that CTX 0 is bypassed.
408+
This configuration prevents frame corruption in scenarios where high system load results in degraded performance of one or more kernel
409+
threads assigned for individual camera management.
410+
405411
Suspend to RAM
406412
==============
407413

0 commit comments

Comments
 (0)