Elgato is a command line tool to control your Elgato Key Lights and Key Light Airs
$ elgato -h
Usage: elgato [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit
-h, --help Show this message and exit
Commands:
on Turn ON the light
off Turn OFF the light
info Show key light info
settings Show the current light settings
setup Set-up the key lightFor now only one light is supported and the setup is done manually. For that, create a /usr/local/etc/elgato.properties
and add the following configuration to it
$ cat /usr/local/etc/elgato.properties
elgato.host= # Your key light IP address
elgato.port=9123 # don't need to change the port as 9123 is the default oneMac OS
$ brew install aitorvs/repo/elgato
Other
Download standalone JAR from
latest release.
On MacOS and Linux you can chmod +x and execute the .jar directly.
On Windows use java -jar.
Copyright 2021 Aitor Viana
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.