<?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: BT.656 Video Issues</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/BT-656-Video-Issues/m-p/700939#M108874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pelase try with mxc_v4l2_tvin test included in unit tests package (../mxc_v4l2_test)&lt;/P&gt;&lt;P&gt;imx-test&lt;BR /&gt;&lt;A href="https://community.nxp.com/www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.7.tar.gz" target="test_blank"&gt;www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.7.tar.gz&lt;/A&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>Tue, 10 Oct 2017 07:43:26 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-10-10T07:43:26Z</dc:date>
    <item>
      <title>BT.656 Video Issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/BT-656-Video-Issues/m-p/700938#M108873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, I'm currently having trouble viewing video from an external camera. I'm using the IPU_CSI_CLK_MODE_CCIR656_INTERLACED setting from the CSI_SENS_CONF register, v4l2 is reading that it is decoding video. (Although not at the frame rate it should be).&lt;BR /&gt;&lt;BR /&gt;When the video is viewed back, however, it looks like the following. Would anyone have any insight into what I am seeing?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="640.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13360i89AB9C2301F759E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="640.PNG" alt="640.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 02:22:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/BT-656-Video-Issues/m-p/700938#M108873</guid>
      <dc:creator>nathanyoung</dc:creator>
      <dc:date>2017-10-10T02:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: BT.656 Video Issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/BT-656-Video-Issues/m-p/700939#M108874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pelase try with mxc_v4l2_tvin test included in unit tests package (../mxc_v4l2_test)&lt;/P&gt;&lt;P&gt;imx-test&lt;BR /&gt;&lt;A href="https://community.nxp.com/www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.7.tar.gz" target="test_blank"&gt;www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.7.tar.gz&lt;/A&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>Tue, 10 Oct 2017 07:43:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/BT-656-Video-Issues/m-p/700939#M108874</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-10-10T07:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: BT.656 Video Issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/BT-656-Video-Issues/m-p/700940#M108875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately we are using a modified driver, which the test program does not work with. We needed to remove the necessity of individual camera drivers, so we control all of the things the sub-drivers work with custom V4L CTL commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can tell you the BT656 is working perfectly fine with another camera we have. My current feeling is that it is due to the camera output frame size. The camera I am working with is 768x576 BT656 because it has square pixels as per&amp;nbsp;&lt;A class="link-titled" href="https://www.intersil.com/content/dam/Intersil/documents/an97/an9728.pdf" title="https://www.intersil.com/content/dam/Intersil/documents/an97/an9728.pdf"&gt;https://www.intersil.com/content/dam/Intersil/documents/an97/an9728.pdf&lt;/A&gt;. Am I able to support this, or is it impossible?&lt;BR /&gt;&lt;BR /&gt;Thanks, and sorry I couldn't be more helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 03:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/BT-656-Video-Issues/m-p/700940#M108875</guid>
      <dc:creator>nathanyoung</dc:creator>
      <dc:date>2017-10-11T03:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: BT.656 Video Issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/BT-656-Video-Issues/m-p/700941#M108876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;one can check if camera provides correct BT656 embedded sync signals.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 06:28:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/BT-656-Video-Issues/m-p/700941#M108876</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-10-11T06:28:16Z</dc:date>
    </item>
  </channel>
</rss>

