Skip to content

kinncj/ringlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ring Light

Control the elgato ring light

Setup

One liner

curl https://raw.githubusercontent.com/kinncj/ringlight/main/elgato.install | python3

Manual setup

Dependencies

pip install leglight

pip install click

Exporting your light ip (OPTIONAL)

Use this method if you're having trouble to use Bonjour/Multicast

echo 'export ELGATO_RING_LIGHT_IP=THE_IP_ADDRESS '>> ~/.your_shell_file

echo 'export ELGATO_RING_LIGHT_IP=192.168.0.2' >> ~/.bash_profile

Download

curl https://raw.githubusercontent.com/kinncj/ringlight/main/elgato > ~/.elgato

chmod +x ~/.elgato

Commands

  • brightness
    • Sets the brightness
    • ~/.elgato brightness 12
  • temperature
    • Sets the temperature
    • ~/.elgato temperature 6900
  • toggle
    • Toggle ON/OFF
    • ~/.elgato toggle
    • ELGATO_RING_LIGHT_IP=THE_IP_ADDRESS ~/.elgato toggle
      • ELGATO_RING_LIGHT_IP=192.168.1.2 ~/.elgato toggle

Extras

Usage with StreamDeck

  • Download and setup stresmdeck-ui
  • Configure the the streamdeck to invoke the commands above streamdeck