Skip to content

Cabalist/elgato-ring-light-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elgato Ring Light MacOS Taskbar App

I was unhappy with Elgato's existing app for thier otherwise very nice Ring Light. This one is written in Python to work as a macOS taskbar app.

Tested with Python 3.10 on a M1 Macbook Pro running macOS 12.1. Uses py2app, rumps and requests.

Steps to build:

Create a virtualenv.
Install dependencies:

pip install -r requirements

Change values in config.py to match your IP.

Build the app:

python setup.py py2app

Move the app from dist/ into your Applications directory.

ToDo

  1. Automate discovery and/or fix IP address config
  2. Add more graceful error checking when it can't communicate with the light.

About

macOS replacement for Elgato Ring Light

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages