<?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 capture the generic data from IPU-CSI use v4l2_capture driver? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/capture-the-generic-data-from-IPU-CSI-use-v4l2-capture-driver/m-p/680255#M105064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone.&lt;BR /&gt; I would like to get generic data from IPU-CSI Interface use v4l2_capture driver from no-standard image formate for example sensor or FPGA, and send the data to application space for computing.I refer to the document of I.MX6Q processor, the data flow should be:&lt;STRONG&gt;Sensor(FPGA)---&amp;gt;IPU-CSI---&amp;gt;SMFC(Sensor multi FIFO Ctrl)---&amp;gt;IDMAC(Image DMA Contriller)----&amp;gt;Memory&lt;/STRONG&gt;, refer to the image below(red line):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="飞鸽截图20170608201211.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21583iC1621BA4272C000C/image-size/large?v=v2&amp;amp;px=999" role="button" title="飞鸽截图20170608201211.png" alt="飞鸽截图20170608201211.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The driver only to capture the data,computing can work in application space,because I want to use openCL framework and neon&amp;nbsp;&amp;nbsp;instruction set speed the computing,&amp;nbsp;It running in kernel space looks inappropriate.&lt;/P&gt;&lt;P&gt;It seems that the soc_camera framework can not work in I.MX6Q processor on linux-3.14.52 kernel after I test. I don't know whether i config error.So I want to use v4l2_capture driver now, but, According to the driver source code It seems that can not support to capturing generic data.The driver source are located in drivers/media/platform/mxc/capture/mxc_v4l2_capture.c. So if I want to capture the generic data use ipu-csi from e.g. FPGA or other sensor, I should use mxc_v4l2_capture driver or soc_camera framework or write a no-stantard driver for me by myself?Thank you for your help first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 12:13:39 GMT</pubDate>
    <dc:creator>wwfdzh2012</dc:creator>
    <dc:date>2017-06-08T12:13:39Z</dc:date>
    <item>
      <title>capture the generic data from IPU-CSI use v4l2_capture driver?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/capture-the-generic-data-from-IPU-CSI-use-v4l2-capture-driver/m-p/680255#M105064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone.&lt;BR /&gt; I would like to get generic data from IPU-CSI Interface use v4l2_capture driver from no-standard image formate for example sensor or FPGA, and send the data to application space for computing.I refer to the document of I.MX6Q processor, the data flow should be:&lt;STRONG&gt;Sensor(FPGA)---&amp;gt;IPU-CSI---&amp;gt;SMFC(Sensor multi FIFO Ctrl)---&amp;gt;IDMAC(Image DMA Contriller)----&amp;gt;Memory&lt;/STRONG&gt;, refer to the image below(red line):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="飞鸽截图20170608201211.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21583iC1621BA4272C000C/image-size/large?v=v2&amp;amp;px=999" role="button" title="飞鸽截图20170608201211.png" alt="飞鸽截图20170608201211.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The driver only to capture the data,computing can work in application space,because I want to use openCL framework and neon&amp;nbsp;&amp;nbsp;instruction set speed the computing,&amp;nbsp;It running in kernel space looks inappropriate.&lt;/P&gt;&lt;P&gt;It seems that the soc_camera framework can not work in I.MX6Q processor on linux-3.14.52 kernel after I test. I don't know whether i config error.So I want to use v4l2_capture driver now, but, According to the driver source code It seems that can not support to capturing generic data.The driver source are located in drivers/media/platform/mxc/capture/mxc_v4l2_capture.c. So if I want to capture the generic data use ipu-csi from e.g. FPGA or other sensor, I should use mxc_v4l2_capture driver or soc_camera framework or write a no-stantard driver for me by myself?Thank you for your help first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:13:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/capture-the-generic-data-from-IPU-CSI-use-v4l2-capture-driver/m-p/680255#M105064</guid>
      <dc:creator>wwfdzh2012</dc:creator>
      <dc:date>2017-06-08T12:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: capture the generic data from IPU-CSI use v4l2_capture driver?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/capture-the-generic-data-from-IPU-CSI-use-v4l2-capture-driver/m-p/680256#M105065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems one will have to write a some kind no-stantard driver, as standard&lt;/P&gt;&lt;P&gt;uses color info. One can look at examples which may be useful&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2004" data-containertype="14" data-objectid="302769" data-objecttype="1" href="https://community.nxp.com/thread/302769"&gt;https://community.nxp.com/thread/302769&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/320618"&gt;https://community.nxp.com/thread/320618&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>Thu, 08 Jun 2017 23:37:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/capture-the-generic-data-from-IPU-CSI-use-v4l2-capture-driver/m-p/680256#M105065</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-06-08T23:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: capture the generic data from IPU-CSI use v4l2_capture driver?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/capture-the-generic-data-from-IPU-CSI-use-v4l2-capture-driver/m-p/680257#M105066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your reply！I am sure that the V4L2 framework is not support generic data，but soc_camera framework support according to the source code.But is the default I.MX6Q filesystem support for soc_camera framwork?I use the linux-3.14.52 kernel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 02:48:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/capture-the-generic-data-from-IPU-CSI-use-v4l2-capture-driver/m-p/680257#M105066</guid>
      <dc:creator>wwfdzh2012</dc:creator>
      <dc:date>2017-06-09T02:48:50Z</dc:date>
    </item>
  </channel>
</rss>

