Scripts that can be run to control the light veins in ground and first floor at 42 Berlin
Lights veins are controlled via Resolume Arena, a lightweigth software that displays video clips on our light veins installation. Resolume Arena provides an API to remotely control the lights, which is available from cluster computers at 42 Berlin.
API controller
API documentation
python3 lights_clip_connect.py
This simply selects the clip on a row and column of the controller, and the lights turns green!
How it works? It uses the API clip .../connect POST request, as below:
curl -X POST "http://10.11.250.225:8080/api/v1/composition/layers/2/clips/5/connect"
You are more than welcome to contribute to this repository, you can make a pull request or contact us directly if you want to add your own scripts. Have fun, play around, and control the lights!