A Python application that allows a user to controll the mouse using the nose with help from OpenCV and PyUserInput
Start python applicatoin, controll mouse with nose. Press Q to exit, see example usecase in the example folder. While the application is running use the l or i keys to click
Rhino requires OpenCV 3.4 but may work in other version, only running OpenCV as a pip-package may significantly reduce performance. Run pip install -r requirements.txt
to install base dependencies, we recomend using a Python virtual environment
For mouse movement there are differnet requirements for different operating systems
Make sure to install these packages to you virtual enviourment
- xlib (comes default with most Linux distros)
See example usecase in the example folder