1.0 KiB
1.0 KiB
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:
- https://techtutorialsx.com/2019/04/13/python-opencv-getting-video-from-camera/
- https://techtutorialsx.com/2019/04/13/python-opencv-getting-video-from-camera/
- https://docs.opencv.org/3.4/db/d28/tutorial_cascade_classifier.html
- https://docs.opencv.org/2.4/modules/objdetect/doc/cascade_classification.html
- https://www.youtube.com/watch?v=W7Bs3uuMUSQ&t=6s
- https://www.youtube.com/watch?v=88HdqNDQsEk