<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: OV5640 MIPI Camera with IMX8M Mini EVK in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/OV5640-MIPI-Camera-with-IMX8M-Mini-EVK/m-p/836167#M128373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Igor, this command works. Verified on the 4.9.123 release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2019 15:35:32 GMT</pubDate>
    <dc:creator>sergei_p</dc:creator>
    <dc:date>2019-01-07T15:35:32Z</dc:date>
    <item>
      <title>OV5640 MIPI Camera with IMX8M Mini EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OV5640-MIPI-Camera-with-IMX8M-Mini-EVK/m-p/836165#M128371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use NXP OV5640 MIPI camera with NXP IMX8M Mini EVK. I'm using pristine NXP pre-built images from&amp;nbsp; L4.9.123_2.3.0-ga_images_mx8mm.zip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example command in the i.MX Linux User's Guide document, 7.3.8 "Camera preview" doesn't work for me:&lt;/P&gt;&lt;P&gt;root@imx8mmevk:~# uname -a&lt;BR /&gt;Linux imx8mmevk 4.9.123-imx_4.9.123_imx8mm_ga+g6a71cbc #8 SMP PREEMPT Sat Sep 8 00:42:13 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux&lt;BR /&gt;root@imx8mmevk:~# dmesg |grep ov&lt;BR /&gt;[ 1.673967] ov5640_mipi 2-003c: No sensor reset pin available&lt;BR /&gt;[ 2.855016] mxc_mipi-csi 32e30000.mipi_csi: Registered sensor subdevice: ov5640_mipi 2-003c&lt;BR /&gt;[ 2.864554] ov5640_mipi 2-003c: Camera is found&lt;BR /&gt;&lt;A href="mailto:root@imx8mmevk:~"&gt;root@imx8mmevk:~#&lt;/A&gt; export GSTL=gst-launch-1.0&lt;/P&gt;&lt;P&gt;root@imx8mmevk:~# $GSTL v4l2src device=/dev/video0 ! 'video/x-raw,format=(string)UYVY,width=640,height=480,framerate=(fraction)30/1' ! autovideosink&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Pipeline is live and does not need PREROLL ...&lt;BR /&gt;ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.&lt;BR /&gt;Additional debug info:&lt;BR /&gt;../../../../git/libs/gst/base/gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:&lt;BR /&gt;streaming stopped, reason not-negotiated (-4)&lt;BR /&gt;ERROR: pipeline doesn't want to preroll.&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Setting pipeline to READY ...&lt;BR /&gt;Setting pipeline to NULL ...&lt;BR /&gt;Freeing pipeline ...&lt;BR /&gt;root@imx8mmevk:~# lsmod&lt;BR /&gt;Module Size Used by&lt;BR /&gt;qca9377 4653056 0&lt;BR /&gt;galcore 368640 13&lt;BR /&gt;ipv6 401408 38&lt;BR /&gt;&lt;A href="mailto:root@imx8mmevk:~"&gt;root@imx8mmevk:~#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 17:36:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OV5640-MIPI-Camera-with-IMX8M-Mini-EVK/m-p/836165#M128371</guid>
      <dc:creator>sergei_p</dc:creator>
      <dc:date>2018-12-27T17:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: OV5640 MIPI Camera with IMX8M Mini EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OV5640-MIPI-Camera-with-IMX8M-Mini-EVK/m-p/836166#M128372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for camera playback on i.MX 8MM EVK A0 (L4.14.62_1.0.0_beta, fsl-imx8mm-evk.dtb)&lt;/P&gt;&lt;P&gt;one can try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;gst-launch-1.0 v4l2src ! video/x-raw,format=YUY2,width=1920,height=1080 ! queue max-size-time=0 ! waylandsink enable-tile=true sync=false&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2018 06:17:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OV5640-MIPI-Camera-with-IMX8M-Mini-EVK/m-p/836166#M128372</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-12-29T06:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: OV5640 MIPI Camera with IMX8M Mini EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OV5640-MIPI-Camera-with-IMX8M-Mini-EVK/m-p/836167#M128373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Igor, this command works. Verified on the 4.9.123 release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2019 15:35:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OV5640-MIPI-Camera-with-IMX8M-Mini-EVK/m-p/836167#M128373</guid>
      <dc:creator>sergei_p</dc:creator>
      <dc:date>2019-01-07T15:35:32Z</dc:date>
    </item>
  </channel>
</rss>

