PiHueEntertainment
PiHueEntertainment copied to clipboard
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
I've installed Qt on a Pi 3 by using sudo apt-get install qt5-default sudo apt-get install qtcreator changed permission of the executable `sudo chmod +x ./HueEntertainmentCenter.out` ./HueEntertainmentCenter.out It can't detect...
The following features could be introduced: - [ ] Check the TV activity and if there doesn't appear to be anything going on then set the lights back to their...
Currently areas that change lights are hard coded to the left, right and centre of the camera capture. It would be nice if the user could modify these to suit...
There's nothing in place to allow for automation of the application. This will probably require settings to be saved, so depends on #2 to be completed first.
Camera selection is currently based off of the default camera, which is a bit vague and doesn't really make sense. Make a dialog (like the entertainment area selection dialog) that...