This Finger Counter is a simple Python project that uses computer vision and OpenCV to count fingers in real-time. It provides an easy-to-use solution for detecting and counting fingers through a webcam feed.
-
Installation:
- Ensure you have Python installed on your machine.
- Install the required libraries using:
pip install opencv-python mediapipe
-
Usage:
- Run the
fingercounter.py
script. - Place your hand in front of the webcam.
- The application will display the number of fingers detected.
- it will also show the detected position of the index finger of the right hand (idk, maybe ill code a mouse with it later)
- Run the
-
Customization:
- Explore and modify parameters in the script to adjust detection sensitivity or add additional features.