<?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: How to use openCV inside Yocto image in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252158#M23309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to add the recipe to the image.&amp;nbsp; This can be done in a number of different ways.&amp;nbsp; The simplest may be to add to the end of your build/conf/local.conf file:&lt;/P&gt;&lt;P&gt;&amp;nbsp; CORE_IMAGE_EXTRA_INSTALL += "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; opencv \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; opencv-samples \&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Note that this will add OpenCV to EVERY image you try to make.&amp;nbsp; See this link for more information &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-95059"&gt;https://community.freescale.com/docs/DOC-95059&lt;/A&gt;.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Nov 2013 16:35:19 GMT</pubDate>
    <dc:creator>joshkurland</dc:creator>
    <dc:date>2013-11-01T16:35:19Z</dc:date>
    <item>
      <title>How to use openCV inside Yocto image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252157#M23308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an image by using Yocto dora release with the command;&lt;/P&gt;&lt;P&gt;bitbake fsl-gui-image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use openCV inside this image. For this purpose I have compiled openCV and the samples with the commands;&lt;/P&gt;&lt;P&gt;bitbake opencv&lt;/P&gt;&lt;P&gt;bitbake opencv-samples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is, fsl-gui-image is not updated after I compiled the openCV. Is there a process that I need to do for merging openCV inside fsl-gui-image or do I need to create a new custom image? How can I use openCV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Best Regards,&lt;/P&gt;&lt;P&gt;Fikret Alim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 09:16:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252157#M23308</guid>
      <dc:creator>fikretalim</dc:creator>
      <dc:date>2013-11-01T09:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use openCV inside Yocto image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252158#M23309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to add the recipe to the image.&amp;nbsp; This can be done in a number of different ways.&amp;nbsp; The simplest may be to add to the end of your build/conf/local.conf file:&lt;/P&gt;&lt;P&gt;&amp;nbsp; CORE_IMAGE_EXTRA_INSTALL += "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; opencv \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; opencv-samples \&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Note that this will add OpenCV to EVERY image you try to make.&amp;nbsp; See this link for more information &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-95059"&gt;https://community.freescale.com/docs/DOC-95059&lt;/A&gt;.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 16:35:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252158#M23309</guid>
      <dc:creator>joshkurland</dc:creator>
      <dc:date>2013-11-01T16:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use openCV inside Yocto image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252159#M23310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your support. It is now compiled and added to image, but the problem is, I still can not use opencv. Now, I found an opencv folder inside /usr/share, but it does not include neither executable nor source code. It only includes a samples folder which contain some images and videos. Also, I can not find any opencv libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if you have expertise on opencv, but do you know&amp;nbsp; what should I do to use it now? Thank you for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Fikret Alim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 14:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252159#M23310</guid>
      <dc:creator>fikretalim</dc:creator>
      <dc:date>2013-11-04T14:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use openCV inside Yocto image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252160#M23311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have a little bit of experience with OpenCV, but I have only ever built it on Ubuntu (using x86 and Beableboard).&amp;nbsp; First things first, do you have all of the necessary plugins?&amp;nbsp; You will need ffmpeg, gstreamer, and a couple others too.&amp;nbsp; From my experience, OpenCV is not an executable, it is a set of libraries that can be linked to your code when compiling.&amp;nbsp; I have never used OpenCV with Yocto so I do not know what is included when it is build.&amp;nbsp; If you want sample code you &lt;EM&gt;may&lt;/EM&gt; have to compile from source.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link helped me out a lot when I was first setting it up: &lt;A href="http://www.ozbotz.org/opencv-installation-2-3-1/" title="http://www.ozbotz.org/opencv-installation-2-3-1/"&gt;http://www.ozbotz.org/opencv-installation-2-3-1/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 17:30:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252160#M23311</guid>
      <dc:creator>joshkurland</dc:creator>
      <dc:date>2013-11-04T17:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use openCV inside Yocto image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252161#M23312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fikrel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you figured out how to use openCV on Yocto?&lt;/P&gt;&lt;P&gt;I have done the same steps as you, but don't know how to use OpenCV yet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 20:46:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252161#M23312</guid>
      <dc:creator>Mahyar</dc:creator>
      <dc:date>2014-01-22T20:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use openCV inside Yocto image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252162#M23313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a tutorial for it: &lt;A href="http://imxcv.blogspot.com.br/2014/02/building-opencv-24x-for-freescales-imx6.html" title="http://imxcv.blogspot.com.br/2014/02/building-opencv-24x-for-freescales-imx6.html"&gt;http://imxcv.blogspot.com.br/2014/02/building-opencv-24x-for-freescales-imx6.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 03:02:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252162#M23313</guid>
      <dc:creator>andre_silva</dc:creator>
      <dc:date>2014-03-02T03:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use openCV inside Yocto image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252163#M23314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre Silva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to disable phyton support in opencv2.4.bb.&lt;/P&gt;&lt;P&gt;can you please guide me how to do that.&lt;/P&gt;&lt;P&gt;I tried &lt;/P&gt;&lt;P&gt;EXTRA_OECMAKE =&amp;nbsp; -DBUILD_PYTHON_SUPPORT=OFF \&lt;/P&gt;&lt;P&gt;but not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 14:29:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-openCV-inside-Yocto-image/m-p/252163#M23314</guid>
      <dc:creator>mageswarand</dc:creator>
      <dc:date>2014-03-07T14:29:58Z</dc:date>
    </item>
  </channel>
</rss>

