Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 596 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 596 Bytes

fingers_count_using_openCV

This program is used to count the number of fingers open of your hand using openCV

packages required : cv2, cvzone, mediapipe, time

Follow these steps to get output:

  1. Install openCV packages using this command "pip install opencv-python".
  2. Install cvzone package using this command "pip install cvzone"
  3. Install mediapipe package using this command "pip install mediapipe".
  4. Run this python program, it opens webcam.
  5. show your palm to webcam, to count the fingers.
  6. To stop the program, terminate the terminal on which the current program is running.