<?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のトピックRe: building linux 3.14.28 fsl-image-gui with opencv using yocto on imx6q</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/building-linux-3-14-28-fsl-image-gui-with-opencv-using-yocto-on/m-p/456530#M71259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I think it is good idea to use the qt configuration /image.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 28 Aug 2015 08:02:15 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2015-08-28T08:02:15Z</dc:date>
    <item>
      <title>building linux 3.14.28 fsl-image-gui with opencv using yocto on imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/building-linux-3-14-28-fsl-image-gui-with-opencv-using-yocto-on/m-p/456528#M71257</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;I am in the process of building a linux 3.14.28 fsl-image-gui image with opencv using YOCTO, below are the steps I'm following and since the image bitbake command is taking so long I just wanted to double check that what I'm doing makes sense. I followed multiple tutorials and I will list all the steps here. &lt;/P&gt;&lt;P&gt;My board is the imx6q sabre SD and came with two cameras.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #222222; text-decoration: underline; font-size: 13px; font-family: arial, sans-serif;"&gt;ENVIRONMENT SETUP (Freescale_Yocto_Project_User's_Guide.pdf)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; build-essential chrpath&amp;nbsp; socat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ sudo apt-get install libsdl1.2-dev xterm&amp;nbsp; sed cvs subversion coreutils texi2html \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;docbook-utils python-pysqlite2 help2man make gcc g++ desktop-file-utils \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff curl lzop asciidoc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ sudo apt-get install u-boot-tools&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ mkdir ~/bin (this step may not be needed if the bin folder already exists)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ curl &lt;/SPAN&gt;&lt;A href="http://commondatastorage.googleapis.com/git-repo-downloads/repo" style="color: #1155cc; font-family: arial, sans-serif; font-size: 13px;" target="_blank"&gt;http://commondatastorage.googleapis.com/git-repo-downloads/repo&lt;/A&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; &amp;gt; ~/bin/repo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ chmod a+x ~/bin/repo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ export PATH=~/bin:$PATH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #222222; text-decoration: underline; font-size: 13px; font-family: arial, sans-serif;"&gt;YOCTO PROJECT SETUP (Freescale_Yocto_Project_User's_Guide.pdf)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ mkdir fsl-release-bsp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ cd fsl-release-bsp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ git config --global &lt;/SPAN&gt;&lt;A href="http://user.name/" style="color: #1155cc; font-family: arial, sans-serif; font-size: 13px;" target="_blank"&gt;user.name&lt;/A&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt; "Your Name"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ git config --global user.email "Your Email"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ git config --list&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ repo init -u git://&lt;/SPAN&gt;&lt;A href="http://git.freescale.com/imx/fsl-arm-yocto-bsp.git" style="color: #1155cc; font-family: arial, sans-serif; font-size: 13px;" target="_blank"&gt;git.freescale.com/imx/fsl-arm-yocto-bsp.git&lt;/A&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt; -b imx-3.14.28-1.0.0_ga&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ repo sync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #222222; text-decoration: underline; font-size: 13px; font-family: arial, sans-serif;"&gt;CHOOSE BUILD TARGET (Freescale_Yocto_Project_User's_Guide.pdf) &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-x11 -e x11&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;STRONG style="text-decoration: underline;"&gt;ADD OPENCV LIB TO IMAGE (&lt;A href="http://imxcv.blogspot.ca/2014/02/building-opencv-24x-for-freescales-imx6.html" style="color: #1155cc;" target="_blank"&gt;http://imxcv.blogspot.ca/2014/02/building-opencv-24x-for-freescales-imx6.html&lt;/A&gt;)&lt;/STRONG&gt;&lt;BR /&gt;file affected: ~/fsl-release-bsp/build-x11/conf/local.conf&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;DIV&gt;MACHINE ??= 'imx6qsabresd'&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTRO ?= 'poky'&lt;/P&gt;&lt;P&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks dev-pkgs"&lt;/SPAN&gt;&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;STOPTASKS,${TMPDIR},1G,100K \&lt;/P&gt;&lt;P&gt;STOPTASKS,${DL_DIR},1G,100K \&lt;/P&gt;&lt;P&gt;STOPTASKS,${SSTATE_DIR},1G,100K \&lt;/P&gt;&lt;P&gt;ABORT,${TMPDIR},100M,1K \&lt;/P&gt;&lt;P&gt;ABORT,${DL_DIR},100M,1K \&lt;/P&gt;&lt;P&gt;ABORT,${SSTATE_DIR},100M,1K" &lt;/P&gt;&lt;P&gt;PACKAGECONFIG_pn-qemu-native = "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;BB_NUMBER_THREADS = '4'&lt;/P&gt;&lt;P&gt;PARALLEL_MAKE = '-j 4'&lt;/P&gt;&lt;P&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ACCEPT_FSL_EULA = "1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;CORE_IMAGE_EXTRA_INSTALL += "gpu-viv-bin-mx6q gpu-viv-bin-mx6q-dev"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;LICENSE_FLAGS_WHITELIST = "commercial"&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;file affected: ~/fsl-release-bsp/build-x11/conf/bblayers.conf&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;when I tried to bitbake, i get the error saying networking depends on python, hence I added this layer&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;LCONF_VERSION = "6"&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBPATH = "${TOPDIR}"&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBFILES ?= ""&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS = " \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; ${BSPDIR}/sources/poky/meta \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; ${BSPDIR}/sources/poky/meta-yocto \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; ${BSPDIR}/sources/meta-openembedded/meta-oe \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; ${BSPDIR}/sources/meta-openembedded/meta-multimedia \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; ${BSPDIR}/sources/meta-fsl-arm \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; ${BSPDIR}/sources/meta-fsl-arm-extra \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&amp;nbsp; ${BSPDIR}/sources/meta-fsl-demos \&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;"&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;##Freescale Yocto Release layer&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-fsl-arm "&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-fsl-demos "&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-browser "&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-gnome "&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-networking "&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-ruby "&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-python "&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-qt5 "&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-fsl-qt5 "&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;BBLAYERS += " ${BSPDIR}/sources/meta-fsl-bsp-release/imx/meta-fsl-bluez "&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px; text-decoration: underline;"&gt;&lt;STRONG&gt;BUILD IMAGE (Freescale_Yocto_Project_User's_Guide.pdf) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ bitbake fsl-image-gui&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #222222; text-decoration: underline; font-size: 13px; font-family: arial, sans-serif;"&gt;FLASH IMAGE ONTO SD CARD (Freescale_Yocto_Project_User's_Guide.pdf)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ cd ~/fsl-release-bsp/build-x11/&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;tmp/deploy/images/&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;imx6qsabresd/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ sudo dd if=&amp;lt;image name&amp;gt;.sdcard&amp;nbsp; of=/dev/sd&amp;lt;partition&amp;gt; bs=1M &amp;amp;&amp;amp; sync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;BUILD TOOLCHAIN (&lt;A href="http://imxcv.blogspot.ca/2014/02/building-opencv-24x-for-freescales-imx6.html" style="color: #1155cc;" target="_blank"&gt;http://imxcv.blogspot.ca/2014/02/building-opencv-24x-for-freescales-imx6.html&lt;/A&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;STRONG style="text-decoration: underline;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ cd ~/fsl-release-bsp/build-x11/&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ bitbake fsl-image-gui -c populate_sdk&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;INSTALL TOOLCHAIN (&lt;A href="http://imxcv.blogspot.ca/2014/02/building-opencv-24x-for-freescales-imx6.html" style="color: #1155cc;" target="_blank"&gt;http://imxcv.blogspot.ca/2014/02/building-opencv-24x-for-freescales-imx6.html&lt;/A&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ cd ~/fsl-release-bsp/build-x11/tmp/deploys/sdk/&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ ./&lt;/SPAN&gt;&lt;A href="http://poky-eglibc-x86_64-fsl-image-gui-cortexa9hf-vfp-neon-toolchain-1.5.4.sh/" style="color: #1155cc; font-family: arial, sans-serif; font-size: 13px;" target="_blank"&gt;poky-eglibc-x86_64-fsl-image-gui-cortexa9hf-vfp-neon-toolchain-1.5.4.sh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;SETUP CROSS COMPILE ENVIRONMENT (&lt;A href="http://imxcv.blogspot.ca/2014/02/building-opencv-24x-for-freescales-imx6.html" style="color: #1155cc;" target="_blank"&gt;http://imxcv.blogspot.ca/2014/02/building-opencv-24x-for-freescales-imx6.html&lt;/A&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;*open a new terminal&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ cd /opt/poky/1.5.4&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;$ . ./environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;CROSS COMPILE SAMPLE OPENCV VIDEO CAPTURE WRAPPER (&lt;A href="http://jafp.github.io/blog/2014/10/23/using-the-ov5640-mipi-csi2-camera-on-imx6-with-opencv/" title="http://jafp.github.io/blog/2014/10/23/using-the-ov5640-mipi-csi2-camera-on-imx6-with-opencv/"&gt;http://jafp.github.io/blog/2014/10/23/using-the-ov5640-mipi-csi2-camera-on-imx6-with-opencv/&lt;/A&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;since the camera's driver are not compatible with opencv by default, I found this wrapper that is supposed to help the situation.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;cross compile the bin on host then copy over to target board for testing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 21:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/building-linux-3-14-28-fsl-image-gui-with-opencv-using-yocto-on/m-p/456528#M71257</guid>
      <dc:creator>jingyizhang</dc:creator>
      <dc:date>2015-08-20T21:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: building linux 3.14.28 fsl-image-gui with opencv using yocto on imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/building-linux-3-14-28-fsl-image-gui-with-opencv-using-yocto-on/m-p/456529#M71258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the above process succeeded and I was able to capture 30 frames as the app is supposed to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I try to display the stream to a window using:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;while(1) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; capture.read(frame);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cv::imShow("dp", frame);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see my screen is showing the window "dp", but there is no visual/content displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also get the warnings:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;QT Warning: Could not find a location of the system's compose files. consider setting the QTCOMPOSE environment variables&lt;/P&gt;&lt;P&gt;Init done&lt;/P&gt;&lt;P&gt;Unable to find an x11 visual which matches EGL config 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I built the fsl-image-gui, and there's another fsl-image-qt, should I be using the qt image instead??&lt;/P&gt;&lt;P&gt;Any suggestions would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 17:22:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/building-linux-3-14-28-fsl-image-gui-with-opencv-using-yocto-on/m-p/456529#M71258</guid>
      <dc:creator>jingyizhang</dc:creator>
      <dc:date>2015-08-26T17:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: building linux 3.14.28 fsl-image-gui with opencv using yocto on imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/building-linux-3-14-28-fsl-image-gui-with-opencv-using-yocto-on/m-p/456530#M71259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I think it is good idea to use the qt configuration /image.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 28 Aug 2015 08:02:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/building-linux-3-14-28-fsl-image-gui-with-opencv-using-yocto-on/m-p/456530#M71259</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-08-28T08:02:15Z</dc:date>
    </item>
  </channel>
</rss>

