<?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: MIPI CSI-2 interface on iMX7D in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769989#M119561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the IMX290 sensor from Sony working on the IMX7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10bit is supported by the hardware (RAW10 in the drivers).&lt;/P&gt;&lt;P&gt;12 bit is &lt;STRONG&gt;not&lt;/STRONG&gt; supported by the hardware. The CSI2 peripheral can receive 12bit data, however, the CSI peripheral cannot correctly understand it, resulting in garbage data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code for the IMX290 will be released shortly (before feb2019) but is available on request.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks @ all for your help and suggestions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2018 09:46:05 GMT</pubDate>
    <dc:creator>hbeij</dc:creator>
    <dc:date>2018-11-20T09:46:05Z</dc:date>
    <item>
      <title>MIPI CSI-2 interface on iMX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769981#M119553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm preparing to integrate a new CMOS sensor on the IMX7SABRESD board. I have studied the reference manual (IMX7DRM rev.01) and the relevant kernel drivers (drivers/media/platform/mxc/subdev/mx6s_capture.c and&amp;nbsp;./drivers/media/platform/mxc/subdev/mxc_mipi_csi.c). The OV5640 works on this board/kernel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new sensor is CSI2 / DPHY compliant, is monochrome, and outputs RAW10/RAW12 (configurable). I'am experimenting with the mx6s_capture kernel driver to investigate the CSI IP behavior when setting different formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Most generally, how to get a CSI2 RAW10 or RAW12 monochrome mode working properly? How to configure the CSI2 and CSI peripherals for RAW12 mode, exactly?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the datasheet, many things are unclear or simply inconsistent:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;MIPI-CSI2 connects via internal mux to CSI (&lt;STRONG&gt;Figure 13-1&lt;/STRONG&gt;), and CSI outputs to DRAM. MIPI-CSI2 is advertised to support &lt;STRONG&gt;RAW6/7/8/10/12/14&lt;/STRONG&gt; (DRM 13.5.1.1) . &lt;STRONG&gt;However&lt;/STRONG&gt;, the DRM mentions that the CSI, which the CSI2 connects to, supports (only?) Bayer(RAW?) &lt;STRONG&gt;8/10/16 bit&lt;/STRONG&gt;. So is it possible to use RAW12 mode? How?&lt;/LI&gt;&lt;LI&gt;CSI_CSICR18 register has MIPI_DATA_FORMAT field (30:25), using the exact same modes as MIPI-CSI2. The DRM says MIPI_DATA_FORMAT is &lt;STRONG&gt;read-only&lt;/STRONG&gt; (blanked out - 13.3.7.14). &lt;STRONG&gt;Yet it is writable&lt;/STRONG&gt;, and the mx6s_capture writes the mode to this field. Simply a DRM issue? Playing around with the values definitely changes the behavior of the output pixels.&lt;/LI&gt;&lt;LI&gt;The MIPI-CSI2 output signals ("ISP CAM I/F") format (Table 13-19) appear MSB, starting at bit 23, with filled dummy 0's from bits 0. But the CSI periperal input pins/format (Table 13-5, 13-7, 13.3.2) start from bit #0, i.e. ipp_csi_d[0].&amp;nbsp;For example, in RAW10 mode, CSI2 output bit 23 should internally connect to ipp_csi_d[9]. DRM doesn't tell. &lt;STRONG&gt;See 13.5.3.1.2.2.2 "Normal Data alignment in output Data bus". It looks inverted from the CSI data input bus.&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;What kind of transformation does CSI do on its input data depending on the CSI_CSICR18.MIPI_DATA_FORMAT field? How can CSI receive "generic data"?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;How are&amp;nbsp;CSI_CSICR18.MIPI_DATA_FORMAT&amp;nbsp;and MIPI_CSI2_ISP_CONFIG_CH0.DATAFORMAT related with each other?&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Finally, playing around with the settings in&amp;nbsp;&lt;SPAN style="font-weight: 400;"&gt;mx6s_capture and the OV5640 sensor:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG style="font-weight: 400;"&gt;&lt;SPAN&gt;Setting CSI_CSICR18.MIPI_DATA_FORMAT to RAW8 instead of YUV8 and the frame looks OK, except half of it is missing. Setting to RAW10 gives a correct image. Setting to RAW12 gives unrecognizable garbage (i.e. even looking at bit slicing / padding, makes little sense). Setting to RGB888 and enable 24-bit input also scrambles.&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Can only set&amp;nbsp;&lt;SPAN&gt;CSI_CSICR18.MIPI_DATA_FORMAT once. The next call to configuration and the DATA_FORMAT reads back 0x3e - which is invalid / non-existant. Only power-cycling works to reset the peripheral.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can answer these questions!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Hendrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 11:53:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769981#M119553</guid>
      <dc:creator>hbeij</dc:creator>
      <dc:date>2018-04-26T11:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI-2 interface on iMX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769982#M119554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hendrik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 4.1.15 BSP release, there is ov5647_mipi driver for iMX7: drivers/media/platform/mxc/subdev/ov5647_mipi.c.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/395858"&gt;Interface OV5647 with IMX-7 on MIPI CSI&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/310786"&gt;i.MX6 OV5647 Bayer sensor driver (ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AN5305 MIPI–CSI2 Peripheral on i.MX6 MPUs&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN5305.pdf" title="https://www.nxp.com/docs/en/application-note/AN5305.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN5305.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately I am not aware of additional documentation for mipi-csi module&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>Fri, 27 Apr 2018 00:57:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769982#M119554</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-04-27T00:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI-2 interface on iMX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769983#M119555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info, I saw these before, but double checked them. According to OV5647 datasheet it outputs RAW8/RAW10. The ov5647_mipi.c driver is just a I2C / V4L wrapper. Apparantly the ov5647_mipi driver does some software ISP functions for exposure time etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pixel format is fixed to&amp;nbsp;MEDIA_BUS_FMT_SBGGR8_1X8, and the CSI driver imx6c_capture translates this to&amp;nbsp;BIT_MIPI_DATA_FORMAT_RAW8 in the CR18 register.&amp;nbsp;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would need at least RAW10, preferably RAW12. My sensor also has no ISP, but I don't really need it. Exposure time is fixed and frame rates are low. I will make a custom driver and not use V4L at all (or only if convenient). No need for gstreamer or v4l tools.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So assuming the OV5647 works in RAW8 mode, that is good news.&amp;nbsp;Has anyone tried RAW10 mode?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My needs are simple, basically I just need to know if the RAW12 mode will work to get the&amp;nbsp;sensor frame delivered, that's all... (I'm still unsure&amp;nbsp;because CSI2 says its supported but CSI doesn't mention it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards!&lt;/P&gt;&lt;P&gt;Hendrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 06:30:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769983#M119555</guid>
      <dc:creator>hbeij</dc:creator>
      <dc:date>2018-04-27T06:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI-2 interface on iMX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769984#M119556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear nxp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you reply &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="317935" data-username="hbeij" href="https://community.nxp.com/people/hbeij"&gt;Hendrik Beijeman&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 11:03:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769984#M119556</guid>
      <dc:creator>jhongting</dc:creator>
      <dc:date>2018-06-11T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI-2 interface on iMX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769985#M119557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hendrik, ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately I am not aware of any RAW12 cameras tested with i.MX7D.&lt;/P&gt;&lt;P&gt;Please note that NXP has special service for helping customers to port custom drivers:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/support/nxp-professional-services:PROFESSIONAL-SERVICE" title="https://www.nxp.com/support/support/nxp-professional-services:PROFESSIONAL-SERVICE"&gt;NXP Professional Services|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 23:32:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769985#M119557</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-06-11T23:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI-2 interface on iMX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769986#M119558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="317935" data-username="hbeij" href="https://community.nxp.com/people/hbeij"&gt;Hendrik Beijeman&lt;/A&gt;&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I ask ov5647 pixel format set to MEDIA_BUS_FMT_SBGGR8_1X8 is working?&lt;/P&gt;&lt;P&gt;Because my HW is imx8 same as imx7 has no ISP function , it's not working for me.&lt;/P&gt;&lt;P&gt;I'm used "gst-launch-1.0 v4l2src device=/dev/video0 ! autovideosink" test always fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is possible share driver code and dtsi?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 01:37:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769986#M119558</guid>
      <dc:creator>jhongting</dc:creator>
      <dc:date>2018-06-12T01:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI-2 interface on iMX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769987#M119559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In preparation for the IMX290 driver, I played a bit with OV camera modules and different formats. The SBGGR8_1X8 is working fine. Basically, it just registers 8bpp for the low-level CSI interface. And on another level, it encodes information on how to de-bayer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No ISP function is not really a problem. It just means you have to control exposure time somehow by software. In practice it limits the framerate, and you might get less responsive/accurate results than with HW ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no clue about gstreamer at all. I just use the v4l2grab example program that minimally wraps the V4L2 IOCTLs to get the image buffer directly in a program. Easy to inspect the raw data comming out the camera :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll work on the driver this and next month. If it works, I will try to mainline the driver code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;Hendrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2018 06:54:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769987#M119559</guid>
      <dc:creator>hbeij</dc:creator>
      <dc:date>2018-06-30T06:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI-2 interface on iMX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769988#M119560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="317935" data-objecttype="3" href="https://community.nxp.com/people/hbeij"&gt;Hendrik Beijeman&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My method same as you , I'm use via v4l2 ioctl get raw data , bayer to RGB888 via &lt;A class="link-titled" href="http://rawpixels.net/" title="http://rawpixels.net/"&gt;RAW Pixels&lt;/A&gt; get the image.&lt;/P&gt;&lt;P&gt;Refer link:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;standard v4l2&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Flinuxtv.org%2Fdownloads%2Fv4l-dvb-apis%2Fuapi%2Fv4l%2Fcapture.c.html" rel="nofollow" target="_blank"&gt;https://linuxtv.org/downloads/v4l-dvb-apis/uapi/v4l/capture.c.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fblog.csdn.net%2Fzgyulongfei%2Farticle%2Fdetails%2F7526249" rel="nofollow" target="_blank"&gt;http://blog.csdn.net/zgyulongfei/article/details/7526249&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fblog.csdn.net%2FLavenderSs%2Farticle%2Fdetails%2F51495648" rel="nofollow" target="_blank"&gt;http://blog.csdn.net/LavenderSs/article/details/51495648&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According your description maybe need control exposure time by SW.&lt;/P&gt;&lt;P&gt;I have the bpp question , in mx6s_capture.c nxp code bpp fill in 1 . what's csi interface set 8bpp?&lt;/P&gt;&lt;P&gt;, {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.name&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;= "RAWRGB8 (SBGGR8)",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.fourcc&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;= V4L2_PIX_FMT_SBGGR8,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.pixelformat&amp;nbsp;&amp;nbsp; &amp;nbsp;= V4L2_PIX_FMT_SBGGR8,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.mbus_code&amp;nbsp;&amp;nbsp; &amp;nbsp;= MEDIA_BUS_FMT_SBGGR8_1X8,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.bpp&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;= 1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whatever I have no idea to test my imx219 sensor.&lt;/P&gt;&lt;P&gt;Do you know (SBGGR10_1X10) bpp is 8 or 10 and any idea suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks your reply , hope successes IMX290.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 09:32:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769988#M119560</guid>
      <dc:creator>jhongting</dc:creator>
      <dc:date>2018-07-04T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI-2 interface on iMX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769989#M119561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the IMX290 sensor from Sony working on the IMX7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10bit is supported by the hardware (RAW10 in the drivers).&lt;/P&gt;&lt;P&gt;12 bit is &lt;STRONG&gt;not&lt;/STRONG&gt; supported by the hardware. The CSI2 peripheral can receive 12bit data, however, the CSI peripheral cannot correctly understand it, resulting in garbage data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code for the IMX290 will be released shortly (before feb2019) but is available on request.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks @ all for your help and suggestions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 09:46:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI-2-interface-on-iMX7D/m-p/769989#M119561</guid>
      <dc:creator>hbeij</dc:creator>
      <dc:date>2018-11-20T09:46:05Z</dc:date>
    </item>
  </channel>
</rss>

