<?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のトピックi.MX6Q Capture Driver</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Capture-Driver/m-p/1306135#M176759</link>
    <description>&lt;P&gt;Dear iMX community,&lt;/P&gt;&lt;P&gt;I am currently working on a custom driver for capturing parallel video on IPU0_CSI1 input of an i.MX6Q Processor, background topic&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/Parallel-video-on-IPU0-CSI-Input-without-I2C/td-p/1291372" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/Parallel-video-on-IPU0-CSI-Input-without-I2C/td-p/1291372&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could someone please briefly explain the differences between these two drivers:&lt;/P&gt;&lt;P&gt;1. mxc_v4l2_capture, found under&amp;nbsp;/drivers/media/platform/mxc/capture&lt;/P&gt;&lt;P&gt;2. imx-media-dev, found under&amp;nbsp;/drivers/staging/media/imx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mxc_v4l2_capture seems to be quite well documented in&amp;nbsp;i.MX Linux Reference Manual (IMXLXRM, Rev. LF5.10.35_2.0.0, 30 June 2021) and&amp;nbsp;i.MX Porting Guide (IMXBSPPG, Rev. LF5.10.9_1.0.0, 31 March 2021).&lt;/P&gt;&lt;P&gt;This seems to be the documentation of imx-media&amp;nbsp; - &lt;A href="https://www.kernel.org/doc/html/latest/admin-guide/media/imx.html" target="_blank"&gt;https://www.kernel.org/doc/html/latest/admin-guide/media/imx.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But imx-media is totally unmentioned in the&amp;nbsp;i.MX Linux Reference Manual. So I don't quite understand how these both drivers are related to each other? Is imx-media newer replacement of the older mxc_capture? Or is the imx-media the basis and mxc_capture needs to be used on top of imx-media?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My custom drivers just needs to configure the&amp;nbsp;IPU0_CSI1 to receive 16bit parallel RGB565 signal in gated clock mode, HSYNC (Data Valid) + VSYNC,&amp;nbsp; no BT.656 decoding. In&amp;nbsp;mxc_v4l2_capture case this can be done by the "ioctl_g_ifparm" ioctl, as showed in example drivers adv7180.c or ov5640.c under&amp;nbsp;/drivers/media/platform/mxc/capture. How do I do this in imx-media case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards and thank you in advance for any support!&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2021 12:01:41 GMT</pubDate>
    <dc:creator>imxuser</dc:creator>
    <dc:date>2021-07-12T12:01:41Z</dc:date>
    <item>
      <title>i.MX6Q Capture Driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Capture-Driver/m-p/1306135#M176759</link>
      <description>&lt;P&gt;Dear iMX community,&lt;/P&gt;&lt;P&gt;I am currently working on a custom driver for capturing parallel video on IPU0_CSI1 input of an i.MX6Q Processor, background topic&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/Parallel-video-on-IPU0-CSI-Input-without-I2C/td-p/1291372" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/Parallel-video-on-IPU0-CSI-Input-without-I2C/td-p/1291372&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could someone please briefly explain the differences between these two drivers:&lt;/P&gt;&lt;P&gt;1. mxc_v4l2_capture, found under&amp;nbsp;/drivers/media/platform/mxc/capture&lt;/P&gt;&lt;P&gt;2. imx-media-dev, found under&amp;nbsp;/drivers/staging/media/imx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mxc_v4l2_capture seems to be quite well documented in&amp;nbsp;i.MX Linux Reference Manual (IMXLXRM, Rev. LF5.10.35_2.0.0, 30 June 2021) and&amp;nbsp;i.MX Porting Guide (IMXBSPPG, Rev. LF5.10.9_1.0.0, 31 March 2021).&lt;/P&gt;&lt;P&gt;This seems to be the documentation of imx-media&amp;nbsp; - &lt;A href="https://www.kernel.org/doc/html/latest/admin-guide/media/imx.html" target="_blank"&gt;https://www.kernel.org/doc/html/latest/admin-guide/media/imx.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But imx-media is totally unmentioned in the&amp;nbsp;i.MX Linux Reference Manual. So I don't quite understand how these both drivers are related to each other? Is imx-media newer replacement of the older mxc_capture? Or is the imx-media the basis and mxc_capture needs to be used on top of imx-media?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My custom drivers just needs to configure the&amp;nbsp;IPU0_CSI1 to receive 16bit parallel RGB565 signal in gated clock mode, HSYNC (Data Valid) + VSYNC,&amp;nbsp; no BT.656 decoding. In&amp;nbsp;mxc_v4l2_capture case this can be done by the "ioctl_g_ifparm" ioctl, as showed in example drivers adv7180.c or ov5640.c under&amp;nbsp;/drivers/media/platform/mxc/capture. How do I do this in imx-media case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards and thank you in advance for any support!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 12:01:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Capture-Driver/m-p/1306135#M176759</guid>
      <dc:creator>imxuser</dc:creator>
      <dc:date>2021-07-12T12:01:41Z</dc:date>
    </item>
  </channel>
</rss>

