<?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 i.MX8M Plus support Color conversion to RGB888 ? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Plus-support-Color-conversion-to-RGB888/m-p/1398648#M185739</link>
    <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About i.MX8MPlus specification, does this chip support the Color Space Conversion&lt;/P&gt;&lt;P&gt;from RGB bayer(by MIPI Camera) to RGB88 ?&lt;/P&gt;&lt;P&gt;I read he Reference Manual Rev.1. and understand the following :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;ISI has Color Space Conversion(CSC) - RGB, YUV, YCbCr&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;ISP has the color processing (CPROC) and output YUV data (8-12bit)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the i.MX8M Plus can convert the MIPI camera RGB bayer to RGB88 by HW.&lt;/P&gt;&lt;P&gt;How do we do it with the gStreamer and v4l2 on the Yocto (linux).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incidentally, I can get the YUY2 by the following command:&lt;/P&gt;&lt;P&gt;# gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-raw,format=YUY2,width=3840,height=2160" ! queue ! imxvideoconvert_g2d ! waylandsink&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the Yocto version 5.10.52.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;murakami&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 06:22:09 GMT</pubDate>
    <dc:creator>murakami</dc:creator>
    <dc:date>2022-01-13T06:22:09Z</dc:date>
    <item>
      <title>i.MX8M Plus support Color conversion to RGB888 ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Plus-support-Color-conversion-to-RGB888/m-p/1398648#M185739</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About i.MX8MPlus specification, does this chip support the Color Space Conversion&lt;/P&gt;&lt;P&gt;from RGB bayer(by MIPI Camera) to RGB88 ?&lt;/P&gt;&lt;P&gt;I read he Reference Manual Rev.1. and understand the following :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;ISI has Color Space Conversion(CSC) - RGB, YUV, YCbCr&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;ISP has the color processing (CPROC) and output YUV data (8-12bit)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the i.MX8M Plus can convert the MIPI camera RGB bayer to RGB88 by HW.&lt;/P&gt;&lt;P&gt;How do we do it with the gStreamer and v4l2 on the Yocto (linux).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incidentally, I can get the YUY2 by the following command:&lt;/P&gt;&lt;P&gt;# gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-raw,format=YUY2,width=3840,height=2160" ! queue ! imxvideoconvert_g2d ! waylandsink&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the Yocto version 5.10.52.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;murakami&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 06:22:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Plus-support-Color-conversion-to-RGB888/m-p/1398648#M185739</guid>
      <dc:creator>murakami</dc:creator>
      <dc:date>2022-01-13T06:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M Plus support Color conversion to RGB888 ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Plus-support-Color-conversion-to-RGB888/m-p/1400759#M185945</link>
      <description>&lt;P&gt;ISI can support color space conversion, if you need to use gstreamer, maybe you can try to use g2d like imxvideoconvert_g2d, for detailed command, you can refer to the linux user guide, the sample like this,&lt;/P&gt;
&lt;P&gt;Color Space Conversion (CSC)&lt;BR /&gt;gst-launch-1.0 videotestsrc ! video/x-raw,format=NV12 ! imxvideoconvert_{xxx} ! video/xraw,&lt;BR /&gt;format=RGB16 ! ximagesink display=:0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 08:04:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Plus-support-Color-conversion-to-RGB888/m-p/1400759#M185945</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-01-18T08:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M Plus support Color conversion to RGB888 ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Plus-support-Color-conversion-to-RGB888/m-p/1401438#M185994</link>
      <description>&lt;P&gt;Thank you for your advice.&lt;/P&gt;&lt;P&gt;Do you mean that the output format of the&amp;nbsp; IPS is YUV only. And we have to use&lt;BR /&gt;GPU (g2d) for the color conversion?&lt;/P&gt;&lt;P&gt;According to your advice, I tried the following command and get ARGB raw mage.&lt;BR /&gt;(It seems that imxconvert_g2d does not support RGB (RGB888) format. so I used&lt;BR /&gt;ARGB)&lt;/P&gt;&lt;P&gt;# gst-launch-1.0 v4l2src device=/dev/video2 num-buffers=1 ! video/x-raw,width=3840,height=2160, format=YUY2 ! imxvideoconvert_g2d ! video/x-raw, format=ARGB ! filesink location=filename.raw&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;murakami&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 07:04:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Plus-support-Color-conversion-to-RGB888/m-p/1401438#M185994</guid>
      <dc:creator>murakami</dc:creator>
      <dc:date>2022-01-19T07:04:17Z</dc:date>
    </item>
  </channel>
</rss>

