This is a program for Philips Hue that grabs the average color of a screen. Does not work with DirectX programs / games.
The program takes a printscreen. Then it calculates the average color of the image. After that it sends the color to all the Philips Hue lights.
- Download and extract
hue-screen.zip
- Create a file named
config.properties
(see example below) - Run
hue-screen.jar
username
username that is authorized with your bridgeip
ip address of your bridgerefreshrate
refresh rate in milliseconds. Every 1000 miliseconds should be fine.
username=yourusername
ip=192.168.0.100
refreshrate=1000
This is my first Java application ever. I accept pull requests.