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.
- Host: GitHub
- URL: https://github.com/yashkarthik/camera_mouse
- Owner: YashKarthik
- Created: 2020-05-31T16:44:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T16:46:02.000Z (about 6 years ago)
- Last Synced: 2024-12-31T15:15:08.518Z (over 1 year ago)
- Topics: computer-vision, motion-tracking, opencv, python
- Language: Python
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.