Skip to content

IsaiahToh/ComputerVision-HandTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup:

  • Have python 3.10 installed
  • cd into the folder that matches your os type
  • run "py -3.10 -m venv venv
  • activate the venv (source venv/bin/activate for mac, ./venv/Scripts/Activate for windows)
  • run "pip install -r requirements_[os type].txt"
  • run "python handtracker.py" to finally run the app

Left Hand Controls:

  • Fist: Disable all controls
  • Pinky + Ring + Middle: Toggle app active/inactive
  • Index only: Volume control mode
  • Index + Middle: Brightness control mode

Right Hand Controls:

  • Index finger: Cursor positioning
  • Thumb + Index: Left click / Click and drag
  • Thumb + Middle: Right click
  • Thumb + Ring: Scroll mode

Two-Hand Controls:

  • Index fingers apart/together: Zoom in/out

Volume/Brightness Control:

  • Pinch distance with right hand controls level
  • Relative adjustment from calibration point

About

Using Hand Gestures to control the computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages