<?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: Switching CSI into Progressive bt.656 Mode</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188621#M9176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;change &lt;/P&gt;&lt;P&gt;csi_param.clk_mode = IPU_CSI_CLK_MODE_CCIR656_INTERLACED;&lt;/P&gt;&lt;P&gt;for&lt;/P&gt;&lt;P&gt;csi_param.clk_mode = IPU_CSI_CLK_MODE_CCIR656_PROGRESSIVE;(mxc_v4l2_capture.c&amp;nbsp; mxc_v4l2_s_param)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2012 08:12:23 GMT</pubDate>
    <dc:creator>zhhpudk</dc:creator>
    <dc:date>2012-09-11T08:12:23Z</dc:date>
    <item>
      <title>Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188620#M9175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a composite video decoder chip (TW9912) that can produce either Interlaced or Progressive bt.656 video, fed into CSI0. &lt;/P&gt;&lt;P&gt;In our application we do this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; fmt.fmt.pix.field = V4L2_FIELD_INTERLACED;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ioctl(Fd_v4l_camera, VIDIOC_S_FMT, &amp;amp;fmt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and this works great when the video chip is in Interlaced mode; there's a reasonable but interlaced picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if we change the video chip to Progressive mode and also do this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; fmt.fmt.pix.field = V4L2_FIELD_NONE; // according to V4L2, this means Progressive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ioctl(Fd_v4l_camera, VIDIOC_S_FMT, &amp;amp;fmt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... this gives no picture at all, though we can see data entering the CSI port from the video chip. This is the only change we made to our app. The drivers give no error, and if we read back the fmt using VIDIOC_G_FMT we see the correct value for fmt.fmt.pix.field (it is value 1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please advise what we must do to configure the iMX to interface with a Progressive bt.656 signal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 15:21:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188620#M9175</guid>
      <dc:creator>StevieRG</dc:creator>
      <dc:date>2012-09-10T15:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188621#M9176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;change &lt;/P&gt;&lt;P&gt;csi_param.clk_mode = IPU_CSI_CLK_MODE_CCIR656_INTERLACED;&lt;/P&gt;&lt;P&gt;for&lt;/P&gt;&lt;P&gt;csi_param.clk_mode = IPU_CSI_CLK_MODE_CCIR656_PROGRESSIVE;(mxc_v4l2_capture.c&amp;nbsp; mxc_v4l2_s_param)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 08:12:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188621#M9176</guid>
      <dc:creator>zhhpudk</dc:creator>
      <dc:date>2012-09-11T08:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188622#M9177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the good advice to mod mxc_v4l2_capture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We now have an excellent progressive picture from an interlaced composite source - this gets around the deinterlacer of the iMX only being on the 'back end'. The only thing is we find we are getting 50 full *frames* reported per second from a PAL source, we expect 25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our camera thread is like most others where it just blocks to dequeue a camera buffer, and we see 50 of these per second. As a temp workaround we discard alternate buffer events to bring it back to 25, but I guess there is a nicer way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we were originally using interlaced input, we had 25 FPS, the only change made was the simple change that was recommended for getting progressive mode, and now it's 50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe someone knows of something else we need to change to get progressive back down to 25 FPS? Many thanks.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 09:25:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188622#M9177</guid>
      <dc:creator>StevieRG</dc:creator>
      <dc:date>2012-09-18T09:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188623#M9178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Steve Green&lt;/P&gt;&lt;P&gt;recently&amp;nbsp; i am working on tw9912,but my Manufacture did not&amp;nbsp; give me any inux driver,so&amp;nbsp; it is very difficult for me to write the code without a reference，can u share your code ？&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 07:20:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188623#M9178</guid>
      <dc:creator>ff</dc:creator>
      <dc:date>2013-02-27T07:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188624#M9179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,now I also work on tw9912 ,can you send me your driver file to me ,thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:26:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188624#M9179</guid>
      <dc:creator>zhanxiaozhang</dc:creator>
      <dc:date>2013-04-08T05:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188625#M9180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u get source driver code?if do ,can you share it with me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:27:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188625#M9180</guid>
      <dc:creator>zhanxiaozhang</dc:creator>
      <dc:date>2013-04-08T05:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188626#M9181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also been working with the tw9912 decoder chip. I am curious if I can get the driver source code as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Hottell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 02:24:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188626#M9181</guid>
      <dc:creator>paulhottell</dc:creator>
      <dc:date>2013-05-08T02:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188627#M9182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Paul Hottell&lt;/P&gt;&lt;P&gt;you can write your own tw9912.c according adv7180.c in&amp;nbsp; \kernel\linux-2.6.35\drivers\media\video\mxc\capture&lt;/P&gt;&lt;P&gt;it is not as difficult as you think。&lt;/P&gt;&lt;P&gt;you can communite to your chip supporter to get the register table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 02:02:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188627#M9182</guid>
      <dc:creator>ff</dc:creator>
      <dc:date>2013-05-10T02:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188628#M9183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell us on which kind of i.MX processor and which SW version you succeeded in using 576p video decoded by the TW9912 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing the same kind of problem on i.MX6Dual with Linux 3.0.35_4.0.0 decoded by an ADV7280 chip (which seems a competitor of the TW9912 as it can also convert PAL or NTSC interlaced flow to progressive at 50 fps for PAL or 60 fps for NTSC on BT656).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody else succeeded in reading PAL progressive video on BT656 on i.MX6, we would be interested as we didn't succeed (yet) and we wonder if anybody already did it on i.MX6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hervé.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 16:24:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188628#M9183</guid>
      <dc:creator>herveschmitt</dc:creator>
      <dc:date>2014-01-16T16:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188629#M9184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reading PAL progressive video on BT656 on i.MX6，but the video sometimes rolling every 10s,so we change to imx6 do deinterlace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 01:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188629#M9184</guid>
      <dc:creator>zhanxiaozhang</dc:creator>
      <dc:date>2014-01-20T01:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188630#M9185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhanxiaozhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have first used an external chip (TW9912) to deinterlace on i.MX6, and - as you were not satisfied by the resulting quality (rolling every 10s) - you changed the deinterlacing principle by making it done by the i.MX6 internal VDIC. If this is what really happened, I'm quite worried because we've done the same tests the other side:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;First we used the VDI (&lt;A href="https://community.nxp.com/docs/DOC-93633"&gt;De-interlace Capture Device&lt;/A&gt; on which we fixed a bug described by &lt;A href="https://community.nxp.com/message/363529"&gt;i.MX6 PAL deinterlacer artifact&lt;/A&gt;). It works OK now (not perfectly, but acceptable) but isn't stable when SATA and Ethernet I/O traffic is cumulated with the video processing, as described by &lt;A href="https://community.nxp.com/message/374282"&gt;i.MX6D VDI causing IDMA unrecoverable errors&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;So, we tried hardware deinterlacing using an external chip (ADV7280 which offers the same functions as the TW9912). We tried changing IPU_CSI_CLK_MODE_CCIR656_INTERLACED to IPU_CSI_CLK_MODE_CCIR656_PROGRESSIVE in mxc_v4l2_capture.c without any success. We also tried changing bt656 parameters without success also. We have the feeling we encounter the same problem as &lt;A href="https://community.nxp.com/docs/DOC-95412"&gt;Q&amp;amp;amp;A: Is it really possible to implement the BT656 with SAV / EAV and without external HSYNC/VSYNC?&lt;/A&gt;, but nobody answered this post!&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you just answer the following questions to help us (and other people reading this post):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Which version of i.MX6 did you use (Solo, Dual, Quad - we use the Dual version) ?&lt;/LI&gt;&lt;LI&gt;Which version of Linux (we use 3.0.35_4.0.0) ?&lt;/LI&gt;&lt;LI&gt;Do you confirm the only change you made was modifying IPU_CSI_CLK_MODE_CCIR656_INTERLACED to IPU_CSI_CLK_MODE_CCIR656_PROGRESSIVE in mxc_v4l2_capture.c ? If other changes were required, could you please describe them ?&lt;/LI&gt;&lt;LI&gt;Could you please describe more precisely what's wrong in the video you read using this progressive BT656 ? Is it OK during 10s followed by 10s of "rolling" repeated infinitely ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hervé.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 10:55:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188630#M9185</guid>
      <dc:creator>herveschmitt</dc:creator>
      <dc:date>2014-01-20T10:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188631#M9186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;Which version of i.MX6 did you use (Solo, Dual, Quad - we use the Dual version) ? -----------solo&lt;/LI&gt;&lt;LI&gt;Which version of Linux (we use 3.0.35_4.0.0) ? -----3.0.35 ——4.0.0&lt;/LI&gt;&lt;LI&gt;Do you confirm the only change you made was modifying IPU_CSI_CLK_MODE_CCIR656_INTERLACED to IPU_CSI_CLK_MODE_CCIR656_PROGRESSIVE in mxc_v4l2_capture.c ? If other changes were required, could you please describe them ?-----------------set to IPU_CSI_CLK_MODE_CCIR656_PROGRESSIVE ，there is two picture（up and down）&lt;/LI&gt;&lt;LI&gt;Could you please describe more precisely what's wrong in the video you read using this progressive BT656 ? Is it OK during 10s followed by 10s of "rolling" repeated infinitely ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------------it rolling infitely （per 10s）&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:07:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188631#M9186</guid>
      <dc:creator>zhanxiaozhang</dc:creator>
      <dc:date>2014-02-11T07:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188632#M9187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Zhang:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can you give me tw9912.c driver ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 07:11:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188632#M9187</guid>
      <dc:creator>强王</dc:creator>
      <dc:date>2015-12-22T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188633#M9188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;我已经调好了，需要的朋友可以留言给我&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 09:18:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188633#M9188</guid>
      <dc:creator>强王</dc:creator>
      <dc:date>2015-12-23T09:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Switching CSI into Progressive bt.656 Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188634#M9189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;你好&amp;nbsp; ，我现在图像已经调试出来了，使用ADV7280M-mipi接口+imx6q&amp;nbsp; &amp;nbsp; &amp;nbsp;图像通过cpu的编解码会出现锯齿的现象，晃动会有残影！&amp;nbsp; &amp;nbsp;望能指教~&amp;nbsp; 感激不尽&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 01:24:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switching-CSI-into-Progressive-bt-656-Mode/m-p/188634#M9189</guid>
      <dc:creator>zky141225</dc:creator>
      <dc:date>2018-05-31T01:24:26Z</dc:date>
    </item>
  </channel>
</rss>

