<?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 Can IPU convert RGB stream to YUV? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434404#M66399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;We are thinking to connect a&amp;nbsp; RGB cmos camera module to iMX6.&lt;/P&gt;&lt;P&gt;Because VPU accepts only YUV format, we think we need to convert RGB data to YUV.&lt;/P&gt;&lt;P&gt;Can we use IPU module for this purpose?&lt;/P&gt;&lt;P&gt;In detail, does anyone know the possibility of the following data path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Camera =&amp;gt; (RGB) =&amp;gt; CSI in IPU =&amp;gt; (RGB) =&amp;gt; IC in IPU =&amp;gt; (YUV) =&amp;gt; IDMAC =&amp;gt; Memory.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm referring to Figure9-5. on page 464 of i.MX6Solo/DualLite Reference Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above path is not possible, we think we need additional device outside iMX6 or we need to do the conversion (RGB =&amp;gt; YUV) by software in iMX6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tetsuo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 07:06:40 GMT</pubDate>
    <dc:creator>tetsuomaeda</dc:creator>
    <dc:date>2015-09-08T07:06:40Z</dc:date>
    <item>
      <title>Can IPU convert RGB stream to YUV?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434404#M66399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;We are thinking to connect a&amp;nbsp; RGB cmos camera module to iMX6.&lt;/P&gt;&lt;P&gt;Because VPU accepts only YUV format, we think we need to convert RGB data to YUV.&lt;/P&gt;&lt;P&gt;Can we use IPU module for this purpose?&lt;/P&gt;&lt;P&gt;In detail, does anyone know the possibility of the following data path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Camera =&amp;gt; (RGB) =&amp;gt; CSI in IPU =&amp;gt; (RGB) =&amp;gt; IC in IPU =&amp;gt; (YUV) =&amp;gt; IDMAC =&amp;gt; Memory.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm referring to Figure9-5. on page 464 of i.MX6Solo/DualLite Reference Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above path is not possible, we think we need additional device outside iMX6 or we need to do the conversion (RGB =&amp;gt; YUV) by software in iMX6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tetsuo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 07:06:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434404#M66399</guid>
      <dc:creator>tetsuomaeda</dc:creator>
      <dc:date>2015-09-08T07:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can IPU convert RGB stream to YUV?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434405#M66400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, IPU can support it, IPU has one module named CSC, which can convert rgb to yuv, more detailed information, pls refer to the chapter 38.4.9.5 Color Space Conversion unit - CSC of Reference Manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 08:04:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434405#M66400</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2015-09-09T08:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can IPU convert RGB stream to YUV?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434406#M66401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guanqiong-san,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the advice.&lt;/P&gt;&lt;P&gt;I understand that CSC, which is explained in Chapter 38.4.9.5, is applicable to display path only.&lt;/P&gt;&lt;P&gt;Do the functions of CSC work for the camera path as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the answer is YES, is CSC included in IC (Image Converter) in Fig38-1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tetsuo Maeda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 01:12:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434406#M66401</guid>
      <dc:creator>tetsuomaeda</dc:creator>
      <dc:date>2015-09-15T01:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can IPU convert RGB stream to YUV?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434407#M66402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, DP and IC both have CSC module, you can use IC module if you capture video from camera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 06:42:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434407#M66402</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2015-09-15T06:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can IPU convert RGB stream to YUV?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434408#M66403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guanqiong-san,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, we are thinking to connect a RGB camera such as ov2710 directly to iMX6.&lt;/P&gt;&lt;P&gt;If someone had similar experiences, it could be a good help for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tetsuo Maeda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 07:04:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-IPU-convert-RGB-stream-to-YUV/m-p/434408#M66403</guid>
      <dc:creator>tetsuomaeda</dc:creator>
      <dc:date>2015-09-15T07:04:10Z</dc:date>
    </item>
  </channel>
</rss>

