Advertisement
Guest User

opencv error ??????

a guest
Feb 13th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. 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/pi/workspace/opencv/modules/highgui/src/window.cpp, line 682
  2. Traceback (most recent call last):
  3.   File "DeepLearning/python/scripts/facedetection/yolo/test_video.py", line 163, in <module>
  4.     if cv2.waitKey(24) & 0xFF == ord('q'):
  5. cv2.error: /home/pi/workspace/opencv/modules/highgui/src/window.cpp:682: 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement