Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 597 Bytes

File metadata and controls

18 lines (14 loc) · 597 Bytes

Hand-Pose Tracking Using Realsense

Description

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.

Features

  • Real-time hand tracking with Mediapipe.
  • Gesture-based game control.
  • Camera calibration using the Pin Hole Camera Model.
  • Enhanced tracking accuracy using CNNs.

Installation

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt.
  3. Run the script to begin hand-tracking.

License

MIT License