<?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: Full HD camera input using gstreamer</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Full-HD-camera-input-using-gstreamer/m-p/315411#M41578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;I had make some background study on the IPU parallel input and MIPI input.&lt;/P&gt;&lt;P&gt;Basically the camera ov5640 supports 8 bit data bus, so, in order to take in one pixel, it needs to take 3 cycle. This will exceed the bandwidth that is set in the IPU (as in reference manual).&lt;/P&gt;&lt;P&gt;I believe that is why parallel bus camera does not support 1080p resolution.&lt;/P&gt;&lt;P&gt;MIPI 1080p at 30fps, in the other hand, will not exceed the bandwidth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you agree with my statement above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zhen Cong Tee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2014 07:37:38 GMT</pubDate>
    <dc:creator>zhencongtee</dc:creator>
    <dc:date>2014-07-04T07:37:38Z</dc:date>
    <item>
      <title>Full HD camera input using gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Full-HD-camera-input-using-gstreamer/m-p/315409#M41576</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;I am trying to input the camera input in full HD format using gstreamer, and i come across the below thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/323373"&gt;How to set imx6 camera resolution with gstreamer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to set the capture mode to 5 (1920x1080), but gstreamer returns me error below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx6qsabresd:~# gst-launch mfw_v4lsrc capture-mode=5 ! mfw_v4lsink&lt;/P&gt;&lt;P&gt;MFW_GST_V4LSRC_PLUGIN 3.0.11 build on Jun 17 2014 15:53:58.&lt;/P&gt;&lt;P&gt;ov5640 initial set to VGA 30fps&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: slave not found!&lt;/P&gt;&lt;P&gt;MFW_GST_V4LSINK_PLUGIN 3.0.11 build on Jun 17 2014 15:53:52.&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;ov5640 initial set to VGA 30fps&lt;/P&gt;&lt;P&gt;Set ov5640 mode to 1080P&lt;/P&gt;&lt;P&gt;ov5640 frame rate is 30fps&lt;/P&gt;&lt;P&gt;mxc_v4l2_s_param: vidioc_int_s_parm returned an error -22&lt;/P&gt;&lt;P&gt;ERROR: Pipeline doesn't want to pause.&lt;/P&gt;&lt;P&gt;Setting pipeline to NULL ...&lt;/P&gt;&lt;P&gt;Total rendered:0&lt;/P&gt;&lt;P&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;[---&amp;gt;FINALIZE v4l_sink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the print out above about the video resolution setting to the camera is done by me into the ov5640 camera driver so that i can make sure what resolution setting is used by the camera.&lt;/P&gt;&lt;P&gt;Is it gstreamer really cannot take in full HD camera input? or is there anything i missed out that need to be done so that gstreamer can take in full HD camera input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zhen Cong Tee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 02:44:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Full-HD-camera-input-using-gstreamer/m-p/315409#M41576</guid>
      <dc:creator>zhencongtee</dc:creator>
      <dc:date>2014-07-03T02:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Full HD camera input using gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Full-HD-camera-input-using-gstreamer/m-p/315410#M41577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The imx6qsabresd board has two embedded cams : MIPI cam and parallel cam.&lt;BR /&gt;Only one of them support the full HD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look at the following threads :&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/322245"&gt;VPU performance: CSI-2 MIPI camera vs. USB camera&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;A href="https://community.nxp.com/thread/326279"&gt;CPU load when streaming full HD camera input to full HD HDMI display&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 04 Jul 2014 06:23:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Full-HD-camera-input-using-gstreamer/m-p/315410#M41577</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-07-04T06:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Full HD camera input using gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Full-HD-camera-input-using-gstreamer/m-p/315411#M41578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;I had make some background study on the IPU parallel input and MIPI input.&lt;/P&gt;&lt;P&gt;Basically the camera ov5640 supports 8 bit data bus, so, in order to take in one pixel, it needs to take 3 cycle. This will exceed the bandwidth that is set in the IPU (as in reference manual).&lt;/P&gt;&lt;P&gt;I believe that is why parallel bus camera does not support 1080p resolution.&lt;/P&gt;&lt;P&gt;MIPI 1080p at 30fps, in the other hand, will not exceed the bandwidth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you agree with my statement above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zhen Cong Tee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:37:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Full-HD-camera-input-using-gstreamer/m-p/315411#M41578</guid>
      <dc:creator>zhencongtee</dc:creator>
      <dc:date>2014-07-04T07:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Full HD camera input using gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Full-HD-camera-input-using-gstreamer/m-p/315412#M41579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes :-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 08:08:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Full-HD-camera-input-using-gstreamer/m-p/315412#M41579</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-07-04T08:08:54Z</dc:date>
    </item>
  </channel>
</rss>

