<?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: i.MX8MM Support Camera RAW10</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/1558240#M197880</link>
    <description>&lt;P&gt;same issue here.. i can able to stream or capture using raw8 but can't able to stream or capture on raw10 with imx8mm..am i missing something? i have followed some thread to add raw 10 but it didn't helped me..&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 06:34:18 GMT</pubDate>
    <dc:creator>udhayamoorthi</dc:creator>
    <dc:date>2022-11-23T06:34:18Z</dc:date>
    <item>
      <title>i.MX8MM Support Camera RAW10</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/983379#M146063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can display camera RAW8 (640x480) on i.MX8MM normally.&lt;/P&gt;&lt;P&gt;(by "gst-launch-1.0 -v v4l2src device=/dev/video0 ! bayer2rgb !&amp;nbsp;autovideosink")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, when I display RAW10 (640x480), the image will be&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;very noisy. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;(Please see the attached file to display raw10 black-white color-bar)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;The warnning message (by&amp;nbsp;--gst-debug-level=3) is below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;--------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;0:00:00.525927500 3957 0x2fcb84a0 WARN v4l2bufferpool gstv4l2bufferpool.c:794:gst_v4l2_buffer_pool_start:&amp;lt;v4l2src0:pool:src&amp;gt; &lt;STRONG&gt;Uncertain or not enough buffers, enabling copy threshold&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;0:00:01.029631125 3957 0x2fcb84a0 WARN waylandsink wlwindow.c:174:gst_wl_window_new_internal:&lt;STRONG&gt; init surface_state fail, fallback to scale=1 fullscreen&lt;/STRONG&gt; (1920x1048)&lt;BR /&gt;0:00:01.031814500 3957 0x2fcb8940 WARN v4l2src gstv4l2src.c:692:gst_v4l2src_query:&amp;lt;v4l2src0&amp;gt; &lt;STRONG&gt;Can't give latency since framerate isn't fixated !&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;--------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I found the following discussion of&amp;nbsp; "Support Camera RAW10"&amp;nbsp;in NXP Community:&lt;/P&gt;&lt;P&gt;--&amp;nbsp;&lt;A href="https://community.nxp.com/thread/494949"&gt;Camera Support For RAW10 Format&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;nbsp;&lt;A href="https://community.nxp.com/thread/507075"&gt;Ov5640 camera RAW10 format on i.MX8MM &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;nbsp;&lt;A href="https://community.nxp.com/thread/515526"&gt;Confirmed support for RAW12 through 4-lane CSI-2 sensor on i.MX8M?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, I modify "mx6s_capture.c" as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(a).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static struct mx6s_fmt formats[] = {&lt;/P&gt;&lt;P&gt;.......................................&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; &lt;STRONG&gt;.name = "RAWRGB10 (SBGGR10)",&lt;/STRONG&gt;&lt;BR /&gt; .fourcc = V4L2_PIX_FMT_SBGGR10,&lt;BR /&gt; .pixelformat = V4L2_PIX_FMT_SBGGR10,&lt;BR /&gt; .mbus_code = MEDIA_BUS_FMT_SBGGR10_1X10,&lt;BR /&gt; .bpp = 2,&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(b).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;witch (csi_dev-&amp;gt;fmt-&amp;gt;pixelformat) {&lt;BR /&gt;.................................................&lt;BR /&gt; &lt;STRONG&gt;case V4L2_PIX_FMT_SBGGR10:&lt;/STRONG&gt;&lt;BR /&gt; width = pix-&amp;gt;width * 2;&lt;BR /&gt; break; &lt;BR /&gt;.................................................&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(c).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;cr1 = csi_read(csi_dev, CSI_CSICR1);&lt;BR /&gt; cr1 &amp;amp;= ~BIT_GCLK_MODE;&lt;BR /&gt; &lt;STRONG&gt;cr1 |= BIT_PIXEL_BIT;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt; csi_write(csi_dev, cr1, CSI_CSICR1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(d).&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;switch (csi_dev-&amp;gt;fmt-&amp;gt;pixelformat) {&lt;/P&gt;&lt;P&gt;...........................................&lt;BR /&gt;PIX_FMT_SBGGR10:&lt;BR /&gt; &lt;STRONG&gt;cr18 |= BIT_MIPI_DATA_FORMAT_RAW10;&lt;/STRONG&gt;&lt;BR /&gt; break;&lt;BR /&gt;............................................&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone can help us ?&amp;nbsp; Our&amp;nbsp;Question:&lt;/P&gt;&lt;P&gt;1). Have any configuration I need to modify to support RAW10 ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2). For&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;RAW10 data arranged(i.e.&amp;nbsp;&lt;SPAN&gt;16-bit with actual data in the 10 high bits), does any code/configuration we need to modify ?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Many thanks for your help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Sincerely,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;TC.Chou&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2019 03:17:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/983379#M146063</guid>
      <dc:creator>tcchoub</dc:creator>
      <dc:date>2019-12-16T03:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MM Support Camera RAW10</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/983380#M146064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you can display raw8 but failed with raw10, pls check if you set your sensor correct, another customer used OV725 has the same issue, he fixed this issue as below:&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-size: 12.0pt; color: black;"&gt; it was a camera configuration issue. Our camera was sending the one line of meta data as pixel data instead of the correct mipi meta data packet type (0x12).&lt;/SPAN&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2019 04:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/983380#M146064</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2019-12-19T04:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MM Support Camera RAW10</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/983381#M146065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/tcchoub@gmail.com"&gt;tcchoub@gmail.com&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the below information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Are you using&amp;nbsp;&lt;STRONG&gt;gstreamer1.0-plugins-good&lt;/STRONG&gt;? if yes, then can you please provide the steps which you have used to add &lt;STRONG&gt;"bayer2rgb"&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Which &lt;STRONG&gt;yocto version&lt;/STRONG&gt; you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radhika Somaiya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2019 13:07:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/983381#M146065</guid>
      <dc:creator>radhikasomaiya</dc:creator>
      <dc:date>2019-12-23T13:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MM Support Camera RAW10</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/1558240#M197880</link>
      <description>&lt;P&gt;same issue here.. i can able to stream or capture using raw8 but can't able to stream or capture on raw10 with imx8mm..am i missing something? i have followed some thread to add raw 10 but it didn't helped me..&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 06:34:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/1558240#M197880</guid>
      <dc:creator>udhayamoorthi</dc:creator>
      <dc:date>2022-11-23T06:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MM Support Camera RAW10</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/1575819#M199346</link>
      <description>&lt;P&gt;There is solution for RAW10 with patches, it works!!!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Graphics/gst-launch-1-0-returns-Internal-data-stream-error/m-p/1573923#M388" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Graphics/gst-launch-1-0-returns-Internal-data-stream-error/m-p/1573923#M388&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 09:55:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MM-Support-Camera-RAW10/m-p/1575819#M199346</guid>
      <dc:creator>btarnowski</dc:creator>
      <dc:date>2022-12-30T09:55:26Z</dc:date>
    </item>
  </channel>
</rss>

