<?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>topic Re: [iMX6q]Capture BT.656-4 NTSC to preview, it has a screen scroll problem. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6q-Capture-BT-656-4-NTSC-to-preview-it-has-a-screen-scroll/m-p/1312891#M177424</link>
    <description>&lt;P&gt;Hi&amp;nbsp;igorpadykov,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I tried it(0x7F007F -&amp;gt; 0xFF00FF), but the issue is not be fixed.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 00:10:30 GMT</pubDate>
    <dc:creator>xiangkunkong</dc:creator>
    <dc:date>2021-07-26T00:10:30Z</dc:date>
    <item>
      <title>[iMX6q]Capture BT.656-4 NTSC to preview, it has a screen scroll problem.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6q-Capture-BT-656-4-NTSC-to-preview-it-has-a-screen-scroll/m-p/1308235#M176967</link>
      <description>&lt;P&gt;Hi, all&lt;/P&gt;&lt;P&gt;We have tried two solutions at below, but both are not worked.(kernel version 3.10)&lt;/P&gt;&lt;P&gt;1. set active top(mxc_v4l2_capture.c) value 3, or 4, or 13&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Actully we tried 1~255...&lt;/P&gt;&lt;P&gt;2. Refer [5 Common issue] of i.MX6_IPU_TVIN_Application_Notes.pdf, and also tried the patch of [5.1.1 Detect NFB4EOF Error or TVIN Signal Lock Lost].&lt;/P&gt;&lt;P&gt;Waring log:&lt;/P&gt;&lt;DIV&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_5 = 0x00000001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (NFB4EOF error)&lt;BR /&gt;imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using tc90105fg video decoder, and known its output blanking video is unragular.&lt;/P&gt;&lt;P&gt;----- pre line data + EAV + &lt;EM&gt;&lt;STRONG&gt;blanking samples&lt;/STRONG&gt;&lt;/EM&gt; + SAV + next line data ----&lt;/P&gt;&lt;P&gt;the &lt;EM&gt;&lt;STRONG&gt;blanking samples&lt;/STRONG&gt;&lt;/EM&gt; are unragular, it's a not fixed value.&lt;/P&gt;&lt;P&gt;Let me know if you have any advice.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;kong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 08:14:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6q-Capture-BT-656-4-NTSC-to-preview-it-has-a-screen-scroll/m-p/1308235#M176967</guid>
      <dc:creator>xiangkunkong</dc:creator>
      <dc:date>2021-07-15T08:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX6q]Capture BT.656-4 NTSC to preview, it has a screen scroll problem.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6q-Capture-BT-656-4-NTSC-to-preview-it-has-a-screen-scroll/m-p/1308697#M177020</link>
      <description>&lt;P&gt;Hi Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IPU_INT_STAT_10 =0x00080000" points to data starvation when data that should be sent to display is not available in IPUs internal&amp;nbsp; FIFO. Most probable cause for this issue is huge load on the DDR memory bus.&amp;nbsp; One can try to set IPU prioirty higher using sect.36.4.7 GPR (IOMUXC_GPR6)&lt;/P&gt;
&lt;P&gt;&lt;A id="relatedDocsClick_2" href="https://www.nxp.com/webapp/Download?colCode=IMX6DQRM" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;i.MX 6Dual/6Quad Applications Processor Reference Manual&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 00:31:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6q-Capture-BT-656-4-NTSC-to-preview-it-has-a-screen-scroll/m-p/1308697#M177020</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-07-16T00:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX6q]Capture BT.656-4 NTSC to preview, it has a screen scroll problem.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6q-Capture-BT-656-4-NTSC-to-preview-it-has-a-screen-scroll/m-p/1312891#M177424</link>
      <description>&lt;P&gt;Hi&amp;nbsp;igorpadykov,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I tried it(0x7F007F -&amp;gt; 0xFF00FF), but the issue is not be fixed.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 00:10:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6q-Capture-BT-656-4-NTSC-to-preview-it-has-a-screen-scroll/m-p/1312891#M177424</guid>
      <dc:creator>xiangkunkong</dc:creator>
      <dc:date>2021-07-26T00:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: [iMX6q]Capture BT.656-4 NTSC to preview, it has a screen scroll problem.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6q-Capture-BT-656-4-NTSC-to-preview-it-has-a-screen-scroll/m-p/1321388#M178170</link>
      <description>&lt;P&gt;I'm trying add vsync/hsync signal on my sabre for testing, i will back and share my result.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 00:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6q-Capture-BT-656-4-NTSC-to-preview-it-has-a-screen-scroll/m-p/1321388#M178170</guid>
      <dc:creator>xiangkunkong</dc:creator>
      <dc:date>2021-08-11T00:33:30Z</dc:date>
    </item>
  </channel>
</rss>

