Skip to content

Trackpoint-like mouse control via webcam-recorded hand gestures

License

Notifications You must be signed in to change notification settings

jorisparet/hapoco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hapoco

hapoco (handy pointing-stick controller) is a Python application that allows you to control your mouse from your webcam using both hands, in a way that mimics a pointing stick. One hand controls the mouse cursor and the other hand performs basic actions, such as left click, right click, drag and drop and scrolling. It is designed to replace a traditional mouse by minimizing any hand or finger movement for accessibility purposes.

Installation

From the code repository:

git clone https://github.com/jorisparet/hapoco
cd hapoco
pip install -r requirements.txt
pip install .

Quick start

After installing the package, call hapoco from a terminal to start controlling the mouse with your hands. Several options and parameters can be set to adjust the experience to your liking (type hapoco --help for more details).

Releases

No releases published

Packages

No packages published

Languages