Controlling LIFX light bulb based on average colour of each video frame.
Find demo video of the project here.
Wanting to enhance the Video/TV Show/Movie viewing experience on a screen which is under a LIFX Light Bulb.
- resize
- convert BGR to RGB colorspace
- applying Gaussian Blur
Run script
python3 main.py
Running in dev mode with terminal output and realtime cv2 image windows
python3 main.py --dev
https://github.com/Sentdex/pygta5
https://github.com/mclarkk/lifxlan
Other minor credits have been mentioned in the respective script files.