A Python-based project utilizing MediaPipe for real-time hand landmark detection and tracking. This project captures video input, processes each frame to detect hand landmarks, and visualizes them with custom drawings. Ideal for applications in gesture recognition, human-computer interaction, and other computer vision tasks.
A Python-based project that utilizes MediaPipe for real-time hand landmark detection and tracking. This project captures video input, processes each frame to detect hand landmarks, and visualizes them with custom drawings. It is ideal for applications in gesture recognition, human-computer interaction, and other computer vision tasks.
- Real-time hand landmark detection using MediaPipe.
- Custom visualization of hand landmarks with circles and connecting lines.
- Support for video input.
- Output video file generation with detected hand landmarks.
To run this project, ensure you have Python installed on your machine. Then, install the required packages by running:
pip install opencv-python mediapipe
Usage
Clone this repository:
bash
Copy code
git clone https://github.com/feni-katharotiya/Hand-Tracking.git
Navigate into the project directory:
bash
Copy code
cd Hand-Tracking
Run the hand tracking script using Python:
bash
Copy code
python your_script.py