<?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.mx 8 mini support camera raw10 format? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx-8-mini-support-camera-raw10-format/m-p/902044#M136111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have brought up camera use raw8 format in&amp;nbsp;i.mx 8 mini,i want to bring up raw10,&lt;/P&gt;&lt;P&gt;i change the code below:&lt;/P&gt;&lt;P&gt;sensor driver:&lt;/P&gt;&lt;P&gt;1. use the same camera sensor register but only change raw8 to raw10,&lt;/P&gt;&lt;P&gt;2. change&amp;nbsp;colour_fmts from&amp;nbsp;MEDIA_BUS_FMT_SBGGR8_1X8 to MEDIA_BUS_FMT_SBGGR10_1X10&lt;/P&gt;&lt;P&gt;CSI driver:&lt;/P&gt;&lt;P&gt;3.add support for&lt;SPAN&gt;V4L2_PIX_FMT_SBGGR10 in&amp;nbsp;&lt;/SPAN&gt;mx6s_configure_csi(mx6s_capture.c)&lt;/P&gt;&lt;P&gt;+ case V4L2_PIX_FMT_SBGGR10:&lt;BR /&gt;+ width = pix-&amp;gt;width * 2;&lt;/P&gt;&lt;P&gt;+ case V4L2_PIX_FMT_SBGGR10:&lt;BR /&gt;+ cr18 |= BIT_MIPI_DATA_FORMAT_RAW10;&lt;BR /&gt;+ break;&lt;/P&gt;&lt;P&gt;i use v4l2 App to capture frame,but get error code "base address switching Change Err."&lt;/P&gt;&lt;P&gt;is there any other place should i change to support raw10 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2019 01:56:35 GMT</pubDate>
    <dc:creator>ming_liao</dc:creator>
    <dc:date>2019-05-21T01:56:35Z</dc:date>
    <item>
      <title>i.mx 8 mini support camera raw10 format?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx-8-mini-support-camera-raw10-format/m-p/902044#M136111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have brought up camera use raw8 format in&amp;nbsp;i.mx 8 mini,i want to bring up raw10,&lt;/P&gt;&lt;P&gt;i change the code below:&lt;/P&gt;&lt;P&gt;sensor driver:&lt;/P&gt;&lt;P&gt;1. use the same camera sensor register but only change raw8 to raw10,&lt;/P&gt;&lt;P&gt;2. change&amp;nbsp;colour_fmts from&amp;nbsp;MEDIA_BUS_FMT_SBGGR8_1X8 to MEDIA_BUS_FMT_SBGGR10_1X10&lt;/P&gt;&lt;P&gt;CSI driver:&lt;/P&gt;&lt;P&gt;3.add support for&lt;SPAN&gt;V4L2_PIX_FMT_SBGGR10 in&amp;nbsp;&lt;/SPAN&gt;mx6s_configure_csi(mx6s_capture.c)&lt;/P&gt;&lt;P&gt;+ case V4L2_PIX_FMT_SBGGR10:&lt;BR /&gt;+ width = pix-&amp;gt;width * 2;&lt;/P&gt;&lt;P&gt;+ case V4L2_PIX_FMT_SBGGR10:&lt;BR /&gt;+ cr18 |= BIT_MIPI_DATA_FORMAT_RAW10;&lt;BR /&gt;+ break;&lt;/P&gt;&lt;P&gt;i use v4l2 App to capture frame,but get error code "base address switching Change Err."&lt;/P&gt;&lt;P&gt;is there any other place should i change to support raw10 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 01:56:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx-8-mini-support-camera-raw10-format/m-p/902044#M136111</guid>
      <dc:creator>ming_liao</dc:creator>
      <dc:date>2019-05-21T01:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx 8 mini support camera raw10 format?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx-8-mini-support-camera-raw10-format/m-p/902045#M136112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;seems it is supported as described in Table 13-5. CSI input Bridge data format, sect.13.3.4.1.1 Bayer Data,&lt;/P&gt;&lt;P&gt;sect.13.4.6.5 RAW format (Bayer RGB) i.MX8MMini Reference Manual&lt;/P&gt;&lt;P&gt;In general one can check data format in CSI_CSICR18, ISP Configuration Register (MIPI_CSI_ISP_CONFIGn).&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/reference-manual/IMX8MMRM.pdf" target="test_blank"&gt;https://www.nxp.com/docs/en/reference-manual/IMX8MMRM.pdf&lt;/A&gt;&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, 21 May 2019 23:35:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx-8-mini-support-camera-raw10-format/m-p/902045#M136112</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-05-21T23:35:02Z</dc:date>
    </item>
  </channel>
</rss>

