Skip to content

tubakhxn/Hand-Tracking-AR-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hand Tracking AR UI

This project is an Augmented Reality (AR) Hand Tracking User Interface demo. It uses Python, OpenCV, and MediaPipe to detect your hand via webcam and overlays futuristic UI graphics—radial gauges, HUD elements, and gesture-based controls—directly onto your hand in real time.

Features

  • Real-time hand tracking using MediaPipe
  • AR-style radial and pinch UI overlays
  • Gesture-based switching (open hand, pinch, fist)
  • Futuristic HUD graphics: concentric circles, radial ticks, core pattern, numeric overlays
  • All graphics generated programmatically

Technologies Used

  • Python 3.8+
  • OpenCV
  • MediaPipe
  • Numpy

Installation

  1. Clone this repository:
    git clone https://github.com/<your-username>/<your-repo>.git
    cd <your-repo>
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the project:
    python main.py

Usage

  • Allow webcam access when prompted.
  • Move your hand in front of the camera to interact with the AR UI overlays.
  • Try different gestures (open hand, pinch, fist) to see UI changes.

Author

Made by Tuba Khan

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages