Go to file
Piotr Radzewicz b09e5fc6f9 Modify hand tracking, add right click and scrolling 2020-02-14 14:32:36 +01:00
.gitignore Initial commit 2019-10-30 09:05:42 +00:00
.pylintrc Track fist + left click 2020-01-17 21:04:21 +01:00
LICENSE Initial commit 2019-10-30 09:05:42 +00:00
README.md Track fist + left click 2020-01-17 21:04:21 +01:00
fist.xml Track fist + left click 2020-01-17 21:04:21 +01:00
hand.xml Track fist + left click 2020-01-17 21:04:21 +01:00
main.py Modify hand tracking, add right click and scrolling 2020-02-14 14:32:36 +01:00

README.md

ZPPR

The applcation allows its users to control their mouse cursor using their hands BUT without a physical mouse.

Haar cascades aren't an effect of my work. Their owner is GitHub user trane293. Here's the link to his project I used.

To run the project you have to install the following python3 libraries:

  • opencv-python
  • numpy
  • mouse

You can do it using pip3 e.g. pip3 install opencv-python

To run the application simply run

python3 main.py

from the app directory.

Tutorials and other materials used during development: