Simple app which mirrors the screen of Android TV to LIFX® lights.
- it periodically captures screen using the new Lollipop Media Projection API
- it extracts the most dominant color (opposed to the original version, which extracts the most vibrant color, regardless of frequency) from the image using Palette library
- it sends the color to all lights on the same WiFi using LIFX SDK
- it is designed for Android TV, but works on Lollipop phones and tablets too
Please add them all to issues. Pull requests are welcome!
Import it to Android Studio or:
./gradlew assembleDebug
- David 'Destil' Vávra
- Follow me on G+ to be notified about future versions