Skip to content

Camera sync using hardware trigger signals

Filip Ayazi requested to merge grid_camera_sync into master

Adds support for syncing led state changes with the camera. A queue of LED grid states can be set using the UI, API, or the scripting extension and when enabled, between every frame the led grid switches to the next state. To optimise performance this queue stores raw data taken from the adafruit library, so they can be directly transmitted to the LEDs. Instructions on how to enable the hardware camera trigger signal are in the README file.

Merge request reports