<?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>i.MX ProcessorsのトピックRe: IMX7 V4L2 Camera  Error</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683850#M105705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #646464;"&gt;&lt;STRONG&gt;Gopinath srinivasan&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have used &lt;STRONG&gt;OV5640_MIPI&lt;/STRONG&gt; for bringing up camera drivers and configured as shown in the imx-reference guide but while building the image using &lt;STRONG&gt;bitbake core-image-minimal&lt;/STRONG&gt; i am getting errors. So find the attachments below and Is there any configuration have to be made in local.conf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks with regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 11:18:17 GMT</pubDate>
    <dc:creator>vinodhulagabali</dc:creator>
    <dc:date>2017-06-21T11:18:17Z</dc:date>
    <item>
      <title>IMX7 V4L2 Camera  Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683846#M105701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am checking camera streaming in IMX7 using gstreamer commands. I am getting below error when I tried to stream 2304 x 1536 (3.4 MP) resolution. Below is the gstreamer command I have used. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! "video/x-raw,format=(string)UYVY,width=(int)2304,height=(int)1536" ! videoscale ! imxv4l2sink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I got the below error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;====== IMXV4L2SINK: 4.0.9 build on Jun 30 2016 05:45:07. ======&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;display(/dev/fb0) resolution is (1280x720).&lt;BR /&gt;Pipeline is live and does not need PREROLL ...&lt;BR /&gt;Setting pipeline to PLAYING ...&lt;BR /&gt;New clock: GstSystemClock&lt;BR /&gt;v4l2sink need allocate 3 buffers.&lt;BR /&gt;&lt;STRONG&gt;ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data flow error.&lt;/STRONG&gt;&lt;BR /&gt;Additional debug info:&lt;BR /&gt;/home/bamboo/build/4.1.X-1.0.0_ga/fsl-imx-x11/temp_build_dir/build_fsl-imx-x11/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/gstreamer1.0/1.6.0-r0/gstreamer-1.6.0/libs/gst/base/gstbasesrc.c(2943): gst_b:&lt;BR /&gt;streaming task paused, reason error (-5)&lt;BR /&gt;Execution ended after 0:00:04.280681000&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Setting pipeline to READY ...&lt;BR /&gt;Setting pipeline to NULL ...&lt;BR /&gt;Total showed frames (0), playing for (0:00:04.281360375), fps (0.000).&lt;BR /&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas the same command works fine for 1080P and 720P resolutions and the camera streaming works fine without any issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! "video/x-raw,format=(string)UYVY,width=(int)1280,height=(int)720" ! videoscale ! imxv4l2sink&lt;BR /&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! "video/x-raw,format=(string)UYVY,width=(int)1920,height=(int)1080" ! videoscale ! imxv4l2sink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I &amp;nbsp;tried with &lt;STRONG&gt;fakesink&amp;nbsp;&lt;/STRONG&gt;instead of&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;imxv4l2sink&lt;/STRONG&gt;, there will be no issues which means the issue is in the display side &lt;STRONG&gt;especially&amp;nbsp;for 3.4 and 3 mega pixels (2304 x 1536 and&amp;nbsp;2304 x&amp;nbsp;1296)&lt;/STRONG&gt;. I want to test the streaming&amp;nbsp;of this higher&amp;nbsp;resolutions. Can &amp;nbsp;anyone guide&amp;nbsp;me on solving this error ? Your suggestions are highly&amp;nbsp;appropriated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopinath S&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 13:43:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683846#M105701</guid>
      <dc:creator>gopinathsriniva</dc:creator>
      <dc:date>2017-06-12T13:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: IMX7 V4L2 Camera  Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683847#M105702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls try to use the command "gst-inspect-1.0 v4l2src", you can find all of support format for v4l2src, it seems the resolution you use doesn't support in v4l2src.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:04:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683847#M105702</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-06-15T09:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: IMX7 V4L2 Camera  Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683848#M105703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN style="color: #646464;"&gt;&lt;STRONG&gt;Gopinath srinivasan&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464;"&gt;I am Nayana, I am new to imx7 board and I am working on imx7 camera module but i am facing problem in enabling camera driver. Can you help me how did u bring up the camera in imx7 and how to check the camera is enabled in our image?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464;"&gt;Thanks and Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464;"&gt;Nayana&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:53:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683848#M105703</guid>
      <dc:creator>nayananr</dc:creator>
      <dc:date>2017-06-21T08:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMX7 V4L2 Camera  Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683849#M105704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tested USB camera in SABRESD board. This can be done by enabling below def_config in SABRESD config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONFIG_USB_VIDEO_CLASS=y&lt;BR /&gt;CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about your case whether it is MIPI or parallel camera. You can elaborate your problem with more details in a new thread so other community members can help you. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 10:21:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683849#M105704</guid>
      <dc:creator>gopinathsriniva</dc:creator>
      <dc:date>2017-06-21T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: IMX7 V4L2 Camera  Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683850#M105705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #646464;"&gt;&lt;STRONG&gt;Gopinath srinivasan&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have used &lt;STRONG&gt;OV5640_MIPI&lt;/STRONG&gt; for bringing up camera drivers and configured as shown in the imx-reference guide but while building the image using &lt;STRONG&gt;bitbake core-image-minimal&lt;/STRONG&gt; i am getting errors. So find the attachments below and Is there any configuration have to be made in local.conf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks with regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX7-V4L2-Camera-Error/m-p/683850#M105705</guid>
      <dc:creator>vinodhulagabali</dc:creator>
      <dc:date>2017-06-21T11:18:17Z</dc:date>
    </item>
  </channel>
</rss>

