<?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: Gstreamer1.0 with opencv plugin enabled in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer1-0-with-opencv-plugin-enabled/m-p/379971#M54701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frenzis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link can help you to fix your issue:&lt;/P&gt;&lt;P&gt;&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;Computer Vision on i.MX Processors: Building OpenCV-2.4.X for Freescale's i.MX6 BSP (Yocto)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 17:24:14 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2014-11-06T17:24:14Z</dc:date>
    <item>
      <title>Gstreamer1.0 with opencv plugin enabled</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer1-0-with-opencv-plugin-enabled/m-p/379970#M54700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I would like to use gstreamer to capture a video from USB camera, process it with opencv and then send it to udpsink. I'm using a freescale's iMX6 BSP Yocto and I downloaded the source code from &lt;A data-content-finding="Community" href="https://github.com/Freescale/fsl-community-bsp-platform" title="https://github.com/Freescale/fsl-community-bsp-platform"&gt;Freescale/fsl-community-bsp-platform · GitHub&lt;/A&gt; (daisy). The local.conf is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"&lt;/P&gt;&lt;P&gt;PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"&lt;/P&gt;&lt;P&gt;MACHINE ??= 'imx6qsabresd'&lt;/P&gt;&lt;P&gt;DISTRO ?= 'poky'&lt;/P&gt;&lt;P&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;/P&gt;&lt;P&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks"&lt;/P&gt;&lt;P&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;/P&gt;&lt;P&gt;PATCHRESOLVE = "noop"&lt;/P&gt;&lt;P&gt;BB_DISKMON_DIRS = "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${TMPDIR},1G,100K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${DL_DIR},1G,100K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${TMPDIR},100M,1K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${DL_DIR},100M,1K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${SSTATE_DIR},100M,1K" &lt;/P&gt;&lt;P&gt;PACKAGECONFIG_pn-qemu-native = "sdl"&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_pn-nativesdk-qemu = "sdl"&lt;/P&gt;&lt;P&gt;ASSUME_PROVIDED += "libsdl-native"&lt;/P&gt;&lt;P&gt;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BB_NUMBER_THREADS = '4'&lt;/P&gt;&lt;P&gt;PARALLEL_MAKE = '-j 4'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;/P&gt;&lt;P&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LICENSE_FLAGS_WHITELIST = "commercial"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Opencv&lt;/P&gt;&lt;P&gt;CORE_IMAGE_EXTRA_INSTALL += "gpu-viv-bin-mx6q gpu-viv-bin-mx6q-dev v4l-utils"&lt;/P&gt;&lt;P&gt;CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Gstreamer&lt;/P&gt;&lt;P&gt;CORE_IMAGE_EXTRA_INSTALL += "gstreamer1.0 gstreamer1.0-plugins-base-meta gstreamer1.0-libav gstreamer1.0-omx gstreamer1.0-plugins-bad-meta gstreamer1.0-plugins-good-meta gstreamer1.0-plugins-ugly-meta gstreamer1.0-plugins-imx-meta"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn_gstreamer1.0-plugins-bad = " opencv"&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_pn_gstreamer1.0-plugins-ugly += "x264"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTRA_IMAGE_FEATURES += "tools-sdk ssh-server-openssh dev-pkgs"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running&lt;/P&gt;&lt;P&gt;bitbake core-image-base&lt;/P&gt;&lt;P&gt;I'm able to create a rootfs with gstreamer and opecv libraries but when I run&lt;/P&gt;&lt;P&gt;gst-inspect-1.0 | grep opencv&lt;/P&gt;&lt;P&gt;I get anything. How can I add opencv plugin for gstreamer? Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 10:27:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer1-0-with-opencv-plugin-enabled/m-p/379970#M54700</guid>
      <dc:creator>frenzis</dc:creator>
      <dc:date>2014-11-05T10:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Gstreamer1.0 with opencv plugin enabled</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer1-0-with-opencv-plugin-enabled/m-p/379971#M54701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frenzis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link can help you to fix your issue:&lt;/P&gt;&lt;P&gt;&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;Computer Vision on i.MX Processors: Building OpenCV-2.4.X for Freescale's i.MX6 BSP (Yocto)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 17:24:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer1-0-with-opencv-plugin-enabled/m-p/379971#M54701</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2014-11-06T17:24:14Z</dc:date>
    </item>
  </channel>
</rss>

