<?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: Bayer to RGB conversion command with gst-launch</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Bayer-to-RGB-conversion-command-with-gst-launch/m-p/1082878#M158855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for gstreamer Bayer to RGB conversion one can look at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developer.ridgerun.com/wiki/index.php?title=Color_space_conversion_tools" title="https://developer.ridgerun.com/wiki/index.php?title=Color_space_conversion_tools"&gt;RAW Image Compression | Color Space Conversion | RidgeRun&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://gstreamer.freedesktop.org/documentation/bayer/bayer2rgb.html?gi-language=c" title="https://gstreamer.freedesktop.org/documentation/bayer/bayer2rgb.html?gi-language=c"&gt;bayer2rgb&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2020 23:21:38 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-06-23T23:21:38Z</dc:date>
    <item>
      <title>Bayer to RGB conversion command with gst-launch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bayer-to-RGB-conversion-command-with-gst-launch/m-p/1082877#M158854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;I am using camera module which supports RAW format with i.MX8M Mini.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to capture the RAW data using below command:&lt;/P&gt;&lt;P&gt;v4l2-ctl --device /dev/video0 --set-fmt-video=width=2688,height=1520,pixelformat=BG10&lt;BR /&gt;v4l2-ctl --device /dev/video0 --stream-mmap --stream-to=frame.raw --stream-count=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't know how to convert it to image on our target.&lt;/P&gt;&lt;P&gt;I used some other windows application on Windows PCd and converted and able to get the image.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;From the below link in one of discussion I came to know that we can use below command:&lt;BR /&gt;&lt;A href="https://community.nxp.com/thread/520379" target="test_blank"&gt;https://community.nxp.com/thread/520379&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;gst-launch-1.0 -v v4l2src device=/dev/video0 ! bayer2rgb ! autovideosink&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use bayer2rgb along with gst-launch, what packages I need to use when build the bsp in yocto?&lt;/P&gt;&lt;P&gt;I am using Linux version 4.14.98.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently LCD is not up, so I need to capture, convert and store that image as file instead of displaying in LCD. For this what command I need to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Devendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 10:35:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bayer-to-RGB-conversion-command-with-gst-launch/m-p/1082877#M158854</guid>
      <dc:creator>devendradevadig</dc:creator>
      <dc:date>2020-06-23T10:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bayer to RGB conversion command with gst-launch</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bayer-to-RGB-conversion-command-with-gst-launch/m-p/1082878#M158855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for gstreamer Bayer to RGB conversion one can look at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developer.ridgerun.com/wiki/index.php?title=Color_space_conversion_tools" title="https://developer.ridgerun.com/wiki/index.php?title=Color_space_conversion_tools"&gt;RAW Image Compression | Color Space Conversion | RidgeRun&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://gstreamer.freedesktop.org/documentation/bayer/bayer2rgb.html?gi-language=c" title="https://gstreamer.freedesktop.org/documentation/bayer/bayer2rgb.html?gi-language=c"&gt;bayer2rgb&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 23:21:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bayer-to-RGB-conversion-command-with-gst-launch/m-p/1082878#M158855</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-23T23:21:38Z</dc:date>
    </item>
  </channel>
</rss>

