Simple hand/finger/gesture detector demo using OpenCV and MediaPipe.
pip install opencv-python
pip install mediapipe
To run the app, execute HandDetector.py or call HandDetector.main().
Press Esc to exit the app.
To use different camera, change camera device index number in HandDetector.main()
cameraDeviceIndex = 0HandSolver
Finger length is absolute. i.e. the closer the hand is to the camera, the bigger the number (finger length) is.
