def obs_set_current_scene(scene): scene_t = obs.obs_get_scene_by_name(scene) source_t = obs.obs_scene_get_source(scene_t) obs.obs_frontend_set_current_scene(source_t ...
This Python plugin for OBS Studio allows you to light up an LED on an Arduino board to use as a tally light when one or more scenes is active. First, download and install the Arduino IDE. Download the ...