A work in progress python 2 program that tracks a stylus with a slightly deep blue tip using opencv. Based on the motion of the tip, the mouse on the computer's screen will move.
- Tracking of the stylus is fairly accurate
- The ability to right click with a short tap.
Place the camera about 19 - 23 cm above a light surface (ideally plain), facing downwards.
Run the program
python stylus.py
- opencv
- PyAutoGUI
- numpy