<?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のトピックIMX6Q LINUX CAMERA CAPTURE</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-LINUX-CAMERA-CAPTURE/m-p/581910#M88438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am programming in linux userspace that capture camera data from CSI interface.my camera sensor is tw9900.and the input signal is NTSC&lt;/P&gt;&lt;P&gt;I meet some program.&lt;/P&gt;&lt;P&gt;1.v4l2 capture API can only work for Block mode. and captue data is rolling.&lt;/P&gt;&lt;P&gt;2. v4l2 overlap mode is useless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use mxc_v4l2_tvin -ow 640 -oh 480&lt;/P&gt;&lt;P&gt;It returns &lt;SPAN style="color: #444444; font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; background-color: #eff5f9;"&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; background-color: #eff5f9;"&gt;So I write a simple program captured a picture for once.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; background-color: #eff5f9;"&gt;and the picture turns out &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also notices the overlap mode is just put the v4l2 capture chanel output adress into v4l2 output chanel input adress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I notice tw9900 output format is BT656 which is no-gate mode. does imx6q CSI support this format? if not . how can I fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 02:34:27 GMT</pubDate>
    <dc:creator>caiyuzheng</dc:creator>
    <dc:date>2016-08-09T02:34:27Z</dc:date>
    <item>
      <title>IMX6Q LINUX CAMERA CAPTURE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-LINUX-CAMERA-CAPTURE/m-p/581910#M88438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am programming in linux userspace that capture camera data from CSI interface.my camera sensor is tw9900.and the input signal is NTSC&lt;/P&gt;&lt;P&gt;I meet some program.&lt;/P&gt;&lt;P&gt;1.v4l2 capture API can only work for Block mode. and captue data is rolling.&lt;/P&gt;&lt;P&gt;2. v4l2 overlap mode is useless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use mxc_v4l2_tvin -ow 640 -oh 480&lt;/P&gt;&lt;P&gt;It returns &lt;SPAN style="color: #444444; font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; background-color: #eff5f9;"&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; background-color: #eff5f9;"&gt;So I write a simple program captured a picture for once.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; background-color: #eff5f9;"&gt;and the picture turns out &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also notices the overlap mode is just put the v4l2 capture chanel output adress into v4l2 output chanel input adress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I notice tw9900 output format is BT656 which is no-gate mode. does imx6q CSI support this format? if not . how can I fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 02:34:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-LINUX-CAMERA-CAPTURE/m-p/581910#M88438</guid>
      <dc:creator>caiyuzheng</dc:creator>
      <dc:date>2016-08-09T02:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q LINUX CAMERA CAPTURE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-LINUX-CAMERA-CAPTURE/m-p/581911#M88439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi caiyu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BT656 is supported in linux with i.MX6Q using ADV7180, example below&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/310477"&gt;IPU2 for CSI parallel camera&lt;/A&gt; &lt;/P&gt;&lt;P&gt;for twx cameras one can check&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/387680"&gt;Debuging tw9900 report error:ERROR:v4l2 capture:width or height too small&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/350329"&gt;I.MX6: TW8836_TVIN(BT656) ===&amp;amp;gt; CSI0 (8-Bit / CSI0_DAT12 : CSI0_DAT19)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 05:28:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-LINUX-CAMERA-CAPTURE/m-p/581911#M88439</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-09T05:28:04Z</dc:date>
    </item>
  </channel>
</rss>

