This program is used to count the number of fingers open in your hand using openCV
packages required :
-
Python 2.7
-
OpenCV
pip install opencv-python
- mediapipe
pip install mediapipe
- time
pip install time
1.Install openCV packages using this command "pip install opencv-python".
2.Install mediapipe package using this command "pip install mediapipe".
3.Run this python program, it opens webcam.
4.show your palm to webcam, to count the fingers.
5.To stop the program, press Q.