<?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: Lib ipu in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156661#M2413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you suggest that the IPU is not being used? &amp;nbsp;The V4L2 driver is implemented on top of the IPU, so I don't understand how you could be seeing something without using the IPU.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2012 09:41:53 GMT</pubDate>
    <dc:creator>Philip_FSL</dc:creator>
    <dc:date>2012-05-02T09:41:53Z</dc:date>
    <item>
      <title>Lib ipu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156660#M2412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to use libipu to do a CSI camera capture and display.&lt;/P&gt;&lt;P&gt;If i use V4L2 ioctl commands, i manage to capture and display correctly, but ipu hardware block is not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i try to use functions described in imx5x_IPU_LIB_UG.pdf but i've no output.&lt;/P&gt;&lt;P&gt;And threre's no doc on ipu ioctl commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone could say if he uses ipu block and how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 15:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156660#M2412</guid>
      <dc:creator>christophe</dc:creator>
      <dc:date>2012-04-25T15:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lib ipu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156661#M2413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you suggest that the IPU is not being used? &amp;nbsp;The V4L2 driver is implemented on top of the IPU, so I don't understand how you could be seeing something without using the IPU.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 09:41:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156661#M2413</guid>
      <dc:creator>Philip_FSL</dc:creator>
      <dc:date>2012-05-02T09:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lib ipu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156662#M2414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to open an ipu channel to do a simple capture and output streaming with V4L2 ioctl, that maybe use some basic ipu commands.&lt;/P&gt;&lt;P&gt;But if you want to use all ipu features, you need to use ipu lib and ioctl ipu specific commands.There's rather 2 ways: one efficient and the other not. No ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 16:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156662#M2414</guid>
      <dc:creator>christophe</dc:creator>
      <dc:date>2012-05-02T16:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Lib ipu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156663#M2415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, the V4L2 interface can do quite some processing. &amp;nbsp;The V4L2 driver makes use of the same underlying driver/architecture that the ipudev exposes. &amp;nbsp;So, if you can define a flow that does what you want using V4L2 it is likely as efficient or possibly more so than doing the same flow from IPU dev.&lt;/P&gt;&lt;P&gt;Howerver, if you want to use the IPU dev, I would recommend you have a look at the unit tests delivered with the BSP. &amp;nbsp;There are some good examples of how to use the IPU APIs in there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 07:24:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156663#M2415</guid>
      <dc:creator>Philip_FSL</dc:creator>
      <dc:date>2012-05-03T07:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Lib ipu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156664#M2416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't found the source code for the unit tests described in imx51_IPU_LIB_UG.pdf (note I am using an iMX53 QSB not imx51). I have found that imx-lib-11.09.01 contains library source code for manipulating video flows as described in iMX53RM.pdf, but no examples of its use.&lt;/P&gt;&lt;P&gt;Does &lt;STRONG&gt;anyone &lt;/STRONG&gt;have a link to the IPU unit test source??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 03:21:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lib-ipu/m-p/156664#M2416</guid>
      <dc:creator>fcs</dc:creator>
      <dc:date>2012-10-15T03:21:20Z</dc:date>
    </item>
  </channel>
</rss>

