Skip to content

Commit 34140f7

Browse files
feat(linux): CSI2RX: Add documentation for moitoring streaming errors
Add documentation on how to monitor streaming errors using media-ctl and v4l2. Signed-off-by: Yemike Abhilash Chandra <[email protected]>
1 parent 01dc99a commit 34140f7

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ below set of commands can achieve this:
111111
112112
media-ctl --print-dot | dot -Tpng > graph.png
113113
114+
To check for errors during streaming, locate the subdevice for the Cadence CSI2RX in the media pipeline and run the following command:
115+
116+
.. code-block:: console
117+
118+
v4l2-ctl --log-status -d /dev/v4l-subdevX
119+
120+
Replace /dev/v4l-subdevX with the correct subdevice node of the Cadence CSI2RX receiver. After running the above command, you will be able to see information regarding any errors during streaming such as short packets or ECC errors in the kernel logs.
121+
114122
Building the driver
115123
===================
116124

0 commit comments

Comments
 (0)