Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX8M-L/Peripherals/MIPI

764 bytes added, 9 May
Usage with gstreamer
==== Usage with [https://gstreamer.freedesktop.org/ gstreamer] ====
* Video capture , encoding and display file save using [https://digilent.com/shop/pcam-5c-5-mp-fixed-focus-color-camera-module/ Pcam 5C OV5640] MIPI camera:
<pre class="workstation-terminal">
Freeing pipeline ...
root@desk-mx8mp:~#
</pre>
 
* Video capture and display using [https://digilent.com/shop/pcam-5c-5-mp-fixed-focus-color-camera-module/ Pcam 5C OV5640] MIPI camera:
 
<pre class="workstation-terminal">
root@desk-mx8mp:~# gst-launch-1.0 v4l2src device=/dev/video1 ! "video/x-raw,width=1280,height=720" ! waylandsink
[ 146.867054] mxc-mipi-csi2.1: mipi_csis_imx8mp_phy_reset, No remote pad found!
[ 146.976442] mxc-mipi-csi2.1: mipi_csis_imx8mp_phy_reset, No remote pad found!
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
[ 147.732519] bypass csc
[ 147.734895] input fmt YUV4
[ 147.737628] output fmt YUYV
Redistribute latency...
0:00:02.0 / 99:99:99.
</pre>
8,226
edits