<?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>eIQ Machine Learning Software中的主题 Re: eIQ sample application error in 4.19.35_1.1.0</title>
    <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983928#M50</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meng,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Could you please replace the opencv append line with this one and rebuild your image?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;PACKAGECONFIG_append_pn-opencv_mx8 = " gtk jasper test"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To clean the opencv package and rebuild the image:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;bitbake -c cleanall opencv&lt;/P&gt;&lt;P&gt;bitbake imx-image-full&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It seems like Qt5 windowing system was not enabled correctly so let's try GTK.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vanessa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2020 12:58:01 GMT</pubDate>
    <dc:creator>vanessa_maegima</dc:creator>
    <dc:date>2020-03-20T12:58:01Z</dc:date>
    <item>
      <title>eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983921#M43</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 the following error when using the examples from the SDK binaries and the i.mx8MQ EVK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx8mqevk:/usr/share/OpenCV/samples/bin# &lt;STRONG&gt;./example_dnn_object_detection -width=1024 -height=1024 -scale=0.00392 -input=dog416.png -rgb -zoo=models.yml yolo&lt;/STRONG&gt;&lt;BR /&gt;terminate called after throwing an instance of 'cv::Exception'&lt;BR /&gt; what(): OpenCV(4.0.1) /usr/src/debug/opencv/4.0.1.imx-r0/git/modules/highgui/src/window.cpp:610: error: (-2:Unspecified error) &lt;STRONG&gt;The function is not implemented&lt;/STRONG&gt;. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvNamedWindow'&lt;/P&gt;&lt;P&gt;Aborted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I flashed the full image "imx-image-full-imx8mqevk.sdcard".&lt;/P&gt;&lt;P&gt;It's a build error, I believe the sample was built without windowing system support.&amp;nbsp; Am I right?&lt;BR /&gt;See:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;A href="https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Fopencv-imx%2Ftree%2Fmodules%2Fhighgui%2Fsrc%2Fwindow.cpp%3Fh%3D4.0.1_imx&amp;amp;data=02%7C01%7CMassimo.Incerti%40nxp.com%7Cfda6bc9814e6479c898b08d7944ddf83%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C1%7C637140934915305136&amp;amp;sdata=Fjr3eBbiLmOEI74Ibi%2FTel%2Bljgf77EEge9MCcKVXlVA%3D&amp;amp;reserved=0"&gt;https://source.codeaurora.org/external/imx/opencv-imx/tree/modules/highgui/src/window.cpp?h=4.0.1_imx&lt;/A&gt;&amp;nbsp;&amp;nbsp; @line 610 we are really falling in the “#else &lt;SPAN style="color: #888888;"&gt;// No windowing system present at compile time ;-(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How shall I fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, best regards&lt;/P&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 10:24:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983921#M43</guid>
      <dc:creator>massimomartelli</dc:creator>
      <dc:date>2020-02-05T10:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983922#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/massimomartelli"&gt;massimomartelli&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;It's a build error, I believe the sample was built without windowing system support.&amp;nbsp; Am I right?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I guess that's indeed the issue. Can I suggest you to rebuild your image with OpenCV Qt support?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Add to local.conf:&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn-opencv_mx8 = " dnn python2 qt5 jasper openmp test neon"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how this works.&lt;/P&gt;&lt;P&gt;Vanessa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 12:32:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983922#M44</guid>
      <dc:creator>vanessa_maegima</dc:creator>
      <dc:date>2020-02-05T12:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983923#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will do it in the next couple of days.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please confirm if this is the expected behavior with the NXP prebuilt binaries?&lt;/P&gt;&lt;P&gt;I used&amp;nbsp;imx-image-full-imx8mqevk.sdcard from "L4.19.35_1.1.0_images_MX8MQEVK.zip".&lt;/P&gt;&lt;P&gt;Thanks, best regards&lt;/P&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 13:09:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983923#M45</guid>
      <dc:creator>massimomartelli</dc:creator>
      <dc:date>2020-02-05T13:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983924#M46</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not expected in prebuilt binaries however Qt5 support might be missing in OpenCV in our image. I'll try to check that on my side as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 13:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983924#M46</guid>
      <dc:creator>vanessa_maegima</dc:creator>
      <dc:date>2020-02-05T13:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983925#M47</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/vanessamaegima"&gt;vanessamaegima&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;I have a similar issue when running the demo on i.MX8M Mini EVK with L4.19.35_1.1.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the error message when I run "Image classification" demo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"root@imx8mmevk:/usr/share/OpenCV/samples/bin# ./example_dnn_classification --input=dog416.png --zoo=models.yml squeezenet&lt;BR /&gt;terminate called after throwing a[ 125.249087] audit: type=1701 audit(1584460803.812:3): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=4031 comm="example_dnn_cla" exe="/usr/share/OpenCV/samples/bin/example_dnn_classification" sig=6 res=1&lt;BR /&gt;n instance of 'cv::Exception'&lt;BR /&gt;what(): OpenCV(4.0.1) /usr/src/debug/opencv/4.0.1.imx-r0/git/modules/highgui/src/window.cpp:610: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvNamedWindow'&lt;/P&gt;&lt;P&gt;Aborted&lt;BR /&gt;root@imx8mmevk:/usr/share/OpenCV/samples/bin#&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did modify local.conf&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;PACKAGECONFIG_append_pn-opencv_mx8 = " dnn python3 qt5 jasper test"&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Do I miss anything?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 04:37:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983925#M47</guid>
      <dc:creator>MengJu_Lin</dc:creator>
      <dc:date>2020-03-20T04:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983926#M48</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meng,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the complete local.conf file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vanessa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 07:46:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983926#M48</guid>
      <dc:creator>vanessa_maegima</dc:creator>
      <dc:date>2020-03-20T07:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983927#M49</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached file is my local.conf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 08:44:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983927#M49</guid>
      <dc:creator>MengJu_Lin</dc:creator>
      <dc:date>2020-03-20T08:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983928#M50</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meng,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Could you please replace the opencv append line with this one and rebuild your image?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;PACKAGECONFIG_append_pn-opencv_mx8 = " gtk jasper test"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To clean the opencv package and rebuild the image:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;bitbake -c cleanall opencv&lt;/P&gt;&lt;P&gt;bitbake imx-image-full&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It seems like Qt5 windowing system was not enabled correctly so let's try GTK.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vanessa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 12:58:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983928#M50</guid>
      <dc:creator>vanessa_maegima</dc:creator>
      <dc:date>2020-03-20T12:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983929#M51</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/vanessamaegima"&gt;vanessamaegima&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;it is working using GTK instead.&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 06:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983929#M51</guid>
      <dc:creator>MengJu_Lin</dc:creator>
      <dc:date>2020-03-24T06:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ sample application error in 4.19.35_1.1.0</title>
      <link>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983930#M52</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meng,&lt;/P&gt;&lt;P&gt;Great to hear that GTK works. Thanks for letting me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 11:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-sample-application-error-in-4-19-35-1-1-0/m-p/983930#M52</guid>
      <dc:creator>vanessa_maegima</dc:creator>
      <dc:date>2020-03-24T11:37:54Z</dc:date>
    </item>
  </channel>
</rss>

