<?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: RT1050 Use PXP Convert image by YUV422 to RGB565 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/RT1050-Use-PXP-Convert-image-by-YUV422-to-RGB565/m-p/866946#M131947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a5ce993b0391eaa9b8e90e58b1dfbf8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/61822i3C661646589525C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="a5ce993b0391eaa9b8e90e58b1dfbf8.png" alt="a5ce993b0391eaa9b8e90e58b1dfbf8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wenku.baidu.com/view/98aba7d4900ef12d2af90242a8956bec0975a505.html"&gt;GC0328 Datasheet&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value I assign to the 0x44 register is 0x22，Please help me，thansssssssssssss！！！！！！！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2019 07:44:00 GMT</pubDate>
    <dc:creator>shawn_chai</dc:creator>
    <dc:date>2019-03-19T07:44:00Z</dc:date>
    <item>
      <title>RT1050 Use PXP Convert image by YUV422 to RGB565</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RT1050-Use-PXP-Convert-image-by-YUV422-to-RGB565/m-p/866944#M131945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use pxp &lt;SPAN&gt;convert&amp;nbsp;&lt;/SPAN&gt;image by YUV422 to RGB565, YUV422 from camera ,so we set&amp;nbsp;psBufferConfig.pixelFormat the value has&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kPXP_PsPixelFormatRGB888 = 0x4, /*!&amp;lt; 32-bit pixels without alpha (unpacked 24-bit format) */&lt;BR /&gt; kPXP_PsPixelFormatRGB555 = 0xC, /*!&amp;lt; 16-bit pixels without alpha. */&lt;BR /&gt; kPXP_PsPixelFormatRGB444 = 0xD, /*!&amp;lt; 16-bit pixels without alpha. */&lt;BR /&gt; kPXP_PsPixelFormatRGB565 = 0xE, /*!&amp;lt; 16-bit pixels without alpha. */&lt;BR /&gt; kPXP_PsPixelFormatYUV1P444 = 0x10, /*!&amp;lt; 32-bit pixels (1-plane XYUV unpacked). */&lt;BR /&gt; kPXP_PsPixelFormatUYVY1P422 = 0x12, /*!&amp;lt; 16-bit pixels (1-plane U0,Y0,V0,Y1 interleaved bytes) */&lt;BR /&gt; kPXP_PsPixelFormatVYUY1P422 = 0x13, /*!&amp;lt; 16-bit pixels (1-plane V0,Y0,U0,Y1 interleaved bytes) */&lt;BR /&gt; kPXP_PsPixelFormatY8 = 0x14, /*!&amp;lt; 8-bit monochrome pixels (1-plane Y luma output) */&lt;BR /&gt; kPXP_PsPixelFormatY4 = 0x15, /*!&amp;lt; 4-bit monochrome pixels (1-plane Y luma, 4 bit truncation) */&lt;BR /&gt; kPXP_PsPixelFormatYUV2P422 = 0x18, /*!&amp;lt; 16-bit pixels (2-plane UV interleaved bytes) */&lt;BR /&gt; kPXP_PsPixelFormatYUV2P420 = 0x19, /*!&amp;lt; 16-bit pixels (2-plane UV) */&lt;BR /&gt; kPXP_PsPixelFormatYVU2P422 = 0x1A, /*!&amp;lt; 16-bit pixels (2-plane VU interleaved bytes) */&lt;BR /&gt; kPXP_PsPixelFormatYVU2P420 = 0x1B, /*!&amp;lt; 16-bit pixels (2-plane VU) */&lt;BR /&gt; kPXP_PsPixelFormatYVU422 = 0x1E, /*!&amp;lt; 16-bit pixels (3-plane) */&lt;BR /&gt; kPXP_PsPixelFormatYVU420 = 0x1F, /*!&amp;lt; 16-bit pixels (3-plane) */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the camera&amp;nbsp;parameter only&amp;nbsp; have&amp;nbsp; YCbCr 422.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I should choose which one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 15:39:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RT1050-Use-PXP-Convert-image-by-YUV422-to-RGB565/m-p/866944#M131945</guid>
      <dc:creator>shawn_chai</dc:creator>
      <dc:date>2019-03-18T15:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 Use PXP Convert image by YUV422 to RGB565</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RT1050-Use-PXP-Convert-image-by-YUV422-to-RGB565/m-p/866945#M131946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to provide the camera datasheet.&lt;/P&gt;&lt;P&gt;Then we can select the correct ps buffer format.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 07:32:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RT1050-Use-PXP-Convert-image-by-YUV422-to-RGB565/m-p/866945#M131946</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2019-03-19T07:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 Use PXP Convert image by YUV422 to RGB565</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RT1050-Use-PXP-Convert-image-by-YUV422-to-RGB565/m-p/866946#M131947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a5ce993b0391eaa9b8e90e58b1dfbf8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/61822i3C661646589525C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="a5ce993b0391eaa9b8e90e58b1dfbf8.png" alt="a5ce993b0391eaa9b8e90e58b1dfbf8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wenku.baidu.com/view/98aba7d4900ef12d2af90242a8956bec0975a505.html"&gt;GC0328 Datasheet&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value I assign to the 0x44 register is 0x22，Please help me，thansssssssssssss！！！！！！！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 07:44:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RT1050-Use-PXP-Convert-image-by-YUV422-to-RGB565/m-p/866946#M131947</guid>
      <dc:creator>shawn_chai</dc:creator>
      <dc:date>2019-03-19T07:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050 Use PXP Convert image by YUV422 to RGB565</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RT1050-Use-PXP-Convert-image-by-YUV422-to-RGB565/m-p/866947#M131948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please select below format value:&lt;/P&gt;&lt;P&gt;kPXP_PsPixelFormatUYVY1P422 = 0x12, /*!&amp;lt; 16-bit pixels (1-plane U0,Y0,V0,Y1 interleaved bytes) */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 02:59:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RT1050-Use-PXP-Convert-image-by-YUV422-to-RGB565/m-p/866947#M131948</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2019-03-20T02:59:50Z</dc:date>
    </item>
  </channel>
</rss>

