An open API service indexing awesome lists of open source software.

https://github.com/yashkarthik/camera_mouse

Move your computer cursor with webcam.
https://github.com/yashkarthik/camera_mouse

computer-vision motion-tracking opencv python

Last synced: about 1 month ago
JSON representation

Move your computer cursor with webcam.

Awesome Lists containing this project

README

          

# caM_ouse.py

##### Basic instructions for the use of caM_ouse.py

Launch the program.
Tape two of your fingers with neon green tape(preferably index and thumb). The taped fingers must be visible to the webcam at all times.
Keep you fingers apart for no click, bring them closer for clicking.

This project involves computer vision which is an interdisciplinary scientific field that deals with how computers can be made to gain high-level understanding from digital images or videos. From the perspective of engineering, it seeks to automate tasks that the human visual system can do.

Required modules:
1) cv2
2) numpy
3) pynput
4) wx

You may also need to allow your IDE to control your computer.