You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
I ran Microsoft-ELL tutorial on Pi 0 W, and it seems the opencv package is not compiled properly.
My version of opencv is
opencv: 3.3.0-py36hcfffc66_0
It is installed by this command
conda install -c microsoft-ell/label/pi_zero opencv
And the packages installed are
Package plan for installation in environment /home/pi/berryconda3/envs/py36:
The following NEW packages will be INSTALLED:
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvWaitKey, file /home/jhelmus/conda/conda-bld/opencv_1512232341522/work/modules/highgui/src/window.cpp, line 676
Traceback (most recent call last):
File "tutorial.py", line 89, in
main()
File "tutorial.py", line 49, in main
while (cv2.waitKey(1) & 0xFF) == 0xFF:
cv2.error: /home/jhelmus/conda/conda-bld/opencv_1512232341522/work/modules/highgui/src/window.cpp:676: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvWaitKey
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #21. The OpenCV package in the rpi channel is not build with GUI support, a pull requests adding this support would be welcome.
I ran Microsoft-ELL tutorial on Pi 0 W, and it seems the opencv package is not compiled properly.
My version of opencv is
opencv: 3.3.0-py36hcfffc66_0
It is installed by this command
conda install -c microsoft-ell/label/pi_zero opencv
And the packages installed are
Package plan for installation in environment /home/pi/berryconda3/envs/py36:
The following NEW packages will be INSTALLED:
Here are the errors.
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvWaitKey, file /home/jhelmus/conda/conda-bld/opencv_1512232341522/work/modules/highgui/src/window.cpp, line 676
Traceback (most recent call last):
File "tutorial.py", line 89, in
main()
File "tutorial.py", line 49, in main
while (cv2.waitKey(1) & 0xFF) == 0xFF:
cv2.error: /home/jhelmus/conda/conda-bld/opencv_1512232341522/work/modules/highgui/src/window.cpp:676: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvWaitKey
The text was updated successfully, but these errors were encountered: