A real-time hand-pose tracking system developed using Realsense depth camera and Mediapipe. The system allows users to control game mechanics in Pygame using hand gestures detected by the camera.
- Real-time hand tracking with Mediapipe.
- Gesture-based game control.
- Camera calibration using the Pin Hole Camera Model.
- Enhanced tracking accuracy using CNNs.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
. - Run the script to begin hand-tracking.
MIT License