Skip to main content

Raspberry PI utility that controls color of your IR LED light bulb based on the dominant color of the currently played video

Project description

AMBIBULB

Ambibulb attempts to provide the similar experience to Ambilight® (Philips TV's feature that projects color onto the wall behind a TV) using Raspberry PI and a simple IR remote controlled LED light bulb. Please watch the demo.

ambibulb can play a video and simultaneously transmit IR signal to the light bulb with its most dominant color. This can enhance your viewing experience or make your party more colorful 🌈.

HARDWARE

  • Raspberry PI (tested on 3B+)
  • HDMI output (TV, projector, display)
  • RGB LED light bulb with IR remote control (supports 16 colors and 5 levels of brightness)
  • IR transmitter (tested on KY-005)
  • IR receiver(tested on KY-022, optional)
  • wiring

SOFTWARE DEPENDENCIES

  • Raspberry Pi OS (10 buster, headless work as well)
  • lirc
  • omxplayer
  • info-beamer screenshot util
  • pip packeges in requirements.txt (installed automatically)

SETUP

  1. Install Raspberry PI OS on your SD card
  2. Build and install all software dependecies
  3. Connect and set up your IR transmitter to RPI
  4. pip3 install ambibulb (recommended to install in venv)

RUN OPTIONS

simple run:

 $ ambibulb demo.mp4

all options:

usage: ambibulb [-h] [-w] [-c CYCLE_PERIOD] [-v] [-l LIRC_CONF] media_path

positional arguments:
  media_path            path to media file

optional arguments:
  -h, --help            show this help message and exit
  -w, --with_white      use white light in the algoritm
  -c CYCLE_PERIOD, --cycle_period CYCLE_PERIOD
                        min period color changing, sec. (Default = 0.4 sec)
  -v, --verbosity       show timing steps
  -l LIRC_CONF, --lirc_conf LIRC_CONF
                        lirc config name (Default = 'RGBLED')

All omxplayer keyboard shortcuts are avaliable during ambibulb execution.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ambibulb-0.0.4rc2.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

ambibulb-0.0.4rc2-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page