https://github.com/alex-bene/color-face_follower
A little project used to track and follow a color or a face using python and arduino.
https://github.com/alex-bene/color-face_follower
Last synced: about 2 months ago
JSON representation
A little project used to track and follow a color or a face using python and arduino.
- Host: GitHub
- URL: https://github.com/alex-bene/color-face_follower
- Owner: alex-bene
- Created: 2019-02-27T20:49:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T20:53:14.000Z (about 6 years ago)
- Last Synced: 2024-03-15T17:06:41.186Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# color-face_follower
A little project used to track and follow a color or a face using python and arduino.A webcamera is attached to a servo motor which is connected to an arduino board. Using python we obtain the footage from the webcamera and process it using opencv in order to extract color information or face. After we detect the desired object, we calculate the center of it in the image and instruct arduino via serial port to move the servo right or left based on the distance of the center of the image from the center of the object.