can someone help me out
can someone help me out cv2.error:
OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\highgui\src\window.cpp:651: 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 'cvShowImage'
how / from where did you install that ?
did you build it yourself ?
accidentally un-ticked
WITH_WIN32UI
in cmake ?please edit your question, and add the output of
cv2.getBuildInformation()
, thank you.Try this:
, then re-run cmake
Or: