Skip to content

KarlNewark/TV-Pilight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TV-PiLight

This project allows you to use a Raspberry Pi and Blinkt as a dynamic backlight.

Launching Pi Server

The Pi-Server should be launched on the Pi using

cd Pi-Server
docker build -t pilight .
docker run -p 3000:3000 --privileged -ti pilight

Launching Desktop Client

  • Install any missing dependencies using PIP
  • Launch the script
cd Linux-Client
python send.py

To do

  • Connect with websocket
  • Performance optimization on python script
  • more intelligent calculation of average color (black bars on 4:3 content dim LEDs considerably)

About

TV Lighting using a Raspberry Pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published