Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 792 Bytes

readme.md

File metadata and controls

23 lines (19 loc) · 792 Bytes

Hue Screen Color Grabber

This is a program for Philips Hue that grabs the average color of a screen. Does not work with DirectX programs / games.

What does it do?

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.

Usage

  • 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 bridge
  • ip ip address of your bridge
  • refreshrate refresh rate in milliseconds. Every 1000 miliseconds should be fine.

config.properties

username=yourusername
ip=192.168.0.100
refreshrate=1000

Contributing

This is my first Java application ever. I accept pull requests.