<?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: How to get data use csi0 parallel port ?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-data-use-csi0-parallel-port/m-p/468971#M74088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hanseung&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for BT656 format mxc_v4l2_tvin should be used&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>Fri, 22 Apr 2016 01:22:03 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-04-22T01:22:03Z</dc:date>
    <item>
      <title>How to get data use csi0 parallel port ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-data-use-csi0-parallel-port/m-p/468970#M74087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;------------------------------------------------------&lt;/P&gt;&lt;P&gt;Kernel : 3.0.35&lt;/P&gt;&lt;P&gt;Board : i.mx6dl-sabresd&lt;/P&gt;&lt;P&gt;OS : ubuntu 12.04&lt;/P&gt;&lt;P&gt;------------------------------------------------------&lt;/P&gt;&lt;P&gt;Hello , everyone!&lt;/P&gt;&lt;P&gt;Test the data transfer use csi0 port.&lt;/P&gt;&lt;P&gt;I send data to i.mx6 board .&lt;/P&gt;&lt;P&gt;we want to&amp;nbsp; data transform is below fig.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146508_146508.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121434i0D5953CFBCBB7014/image-size/large?v=v2&amp;amp;px=999" role="button" title="146508_146508.png" alt="146508_146508.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34440iA6A9DAA9B8313B15/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;use BT656 &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146507_146507.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121435i1C2FCB1F488717C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="146507_146507.jpg" alt="146507_146507.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="bt656 interface.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34373iEDA8CFBAC17FED0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="bt656 interface.jpg" alt="bt656 interface.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;result data file.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146509_146509.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121436iED9F43AB2485829D/image-size/large?v=v2&amp;amp;px=999" role="button" title="146509_146509.jpg" alt="146509_146509.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="result_data.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34498iFCFC55B37EDD1697/image-size/large?v=v2&amp;amp;px=999" role="button" title="result_data.jpg" alt="result_data.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;use test program : mxc_v4l2_capture.c (device driver) file and mxc_v4l2.capture.c(app) .&lt;/P&gt;&lt;P&gt;size 1024 * 768 &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;i want to get data like that 0 1 2 3 4 5 .... 255 .... but result of test is not good. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i get data ,result is 0 0 0 1 1 1 2 2 3&amp;nbsp; 3 4 4 ... 255&amp;nbsp; ..&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why am i get wrong data...?&amp;nbsp; please reply your opinion..&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;wrong data file is attach this page.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337029"&gt;cbcr_sep1.yuyv.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 00:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-data-use-csi0-parallel-port/m-p/468970#M74087</guid>
      <dc:creator>hanseunglee</dc:creator>
      <dc:date>2016-04-22T00:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data use csi0 parallel port ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-get-data-use-csi0-parallel-port/m-p/468971#M74088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hanseung&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for BT656 format mxc_v4l2_tvin should be used&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>Fri, 22 Apr 2016 01:22:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-get-data-use-csi0-parallel-port/m-p/468971#M74088</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-04-22T01:22:03Z</dc:date>
    </item>
  </channel>
</rss>

