PedroRavaglia / AI-Virtual-Painter

Python project that tracks hand position in real-time and draws on screen using the index finger.
16 stars 11 forks source link

this can deploy in web? #1

Open johnfelipe opened 3 years ago

PedroRavaglia commented 3 years ago

No, but in the mediapipe library that I used there is also a version in javascript of the mediapipe hands. So I think that you can make a new project using the same ideas that I used, but using the javascript version to deploy to the web.

vnr235 commented 1 year ago

which version of openCV you have been used in this project. cv2.imshow('MediaPipe Hands', img) cv2.error: OpenCV(4.7.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1272: 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'

this error is shown in my system.