vanessamaegima
I have a similar issue when running the demo on i.MX8M Mini EVK with L4.19.35_1.1.0.
Below is the error message when I run "Image classification" demo.
"root@imx8mmevk:/usr/share/OpenCV/samples/bin# ./example_dnn_classification --input=dog416.png --zoo=models.yml squeezenet
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
n instance of 'cv::Exception'
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'
Aborted
root@imx8mmevk:/usr/share/OpenCV/samples/bin#
"
I did modify local.conf
PACKAGECONFIG_append_pn-opencv_mx8 = " dnn python3 qt5 jasper test"
Do I miss anything?