Skip to content

Controls LIFX lights according to the Android TV screen

License

Notifications You must be signed in to change notification settings

plasmacel/MoodSync

This branch is 2 commits ahead of davidvavra/MoodSync:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5af066d · May 31, 2019

History

18 Commits
May 31, 2019
Jan 18, 2015
Jan 18, 2015
Aug 30, 2015
Jan 18, 2015
Jan 18, 2015
May 10, 2016
May 31, 2019
Aug 30, 2015
Jan 18, 2015
Jan 18, 2015
Jan 18, 2015
Jan 18, 2015

Repository files navigation

MoodSync for LIFX®

Simple app which mirrors the screen of Android TV to LIFX® lights.

Install

Get it on Google Play

See it in action

IMAGE ALT TEXT HERE

How does it work?

  • 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

Issues, feature requests?

Please add them all to issues. Pull requests are welcome!

How to build the code

Import it to Android Studio or:

./gradlew assembleDebug

Author

About

Controls LIFX lights according to the Android TV screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%