A real-time hand detection and hand landmark tracking application built using Python, OpenCV, and MediaPipe.
This project uses a webcam to detect and track hand landmarks in real time. The detected landmarks are displayed on the video feed, allowing visualization of hand movements and finger positions.
- Real-time webcam hand detection
- Hand landmark tracking
- Multiple hand support
- Landmark connection visualization
- FPS (Frames Per Second) display
- Lightweight and efficient processing
- Python
- OpenCV
- MediaPipe
git clone https://github.com/devv2308/face_and_hand_detect_together.py.git
cd face_and_hand_detect_together.pypip install mediapipe opencv-pythonPlace the following model file in the project directory:
hand_landmarker.task
python main.pyface_and_hand_detect_together.py/
│
├── main.py
├── hand_landmarker.task
└── README.md
The application opens your webcam and:
- Detects hands in real time
- Draws hand landmarks
- Connects landmarks to form a hand skeleton
- Displays tracking results on the video stream
- Gesture recognition
- Sign language detection
- Hand-controlled applications
- Virtual mouse control
- AI-powered hand action classification
Devv2308
This project is available for educational and learning purposes.