https://github.com/mperlet/huetv
HueTv projects the most common color onto the Philips Hue-lights.
https://github.com/mperlet/huetv
Last synced: 8 months ago
JSON representation
HueTv projects the most common color onto the Philips Hue-lights.
- Host: GitHub
- URL: https://github.com/mperlet/huetv
- Owner: mperlet
- Created: 2015-12-14T13:08:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T13:22:54.000Z (over 10 years ago)
- Last Synced: 2025-10-12T17:57:36.131Z (8 months ago)
- Language: Python
- Homepage: http://mperlet.de
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# HueTv
HueTv projects the most common color onto the *Philips Hue*-lights.

## Install
git clone git@github.com:mperlet/HueTv.git
pip install phue
#### Fedora
dnf install opencv-python
#### Arch Linux ARM
pacman -S opencv python2-numpy
## Usage
Run HueTv and search a Hue-Bridge
./huetv.py
Set the Hue-Bridge-IP manually
./huetv.py -p
Help
./huetv.py --help