https://github.com/raclettes/skeleton
Simple colour tracking in Python
https://github.com/raclettes/skeleton
Last synced: 4 months ago
JSON representation
Simple colour tracking in Python
- Host: GitHub
- URL: https://github.com/raclettes/skeleton
- Owner: raclettes
- Created: 2021-06-14T18:44:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T18:44:04.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T10:45:50.883Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colour detection
This is a small project that uses `opencv` to detect regions of certain colours from webcams. The original goal was to set up tracking to enable the virtualisation of certain controls.
## Running
To run, firstly install the requirements:
```
pip install -r requirements.txt
```Then run the main code:
```
py main.py
```## Extension
All logic takes place in `skeleton.py`, and the logic of the image collection occurs there.