AronHetLam / ATEM_tally_light_with_ESP8266

Wireless tally light for use with ATEM switchers, which connects over WiFi, using an ESP WiFi module.
GNU General Public License v3.0
160 stars 40 forks source link

Add "On Air" mode #15

Closed AronHetLam closed 3 years ago

AronHetLam commented 3 years ago

Functionality is already added to the repo's ATEMmin lib, and just needs to be implemented in ATEM_tally_light.ino and the settings webpage.

jmvb-cl commented 3 years ago

What if I don't use the second RGB LED, and instead I connect a red LED in D4? Would be the same functionality?

AronHetLam commented 3 years ago

If you at the moment just put a red LED on D4 you'd only see tally live status for the selected input. As the initial post states, "On Air" mode (whether the ATEM is streaming or not) has not been added to the Arduino code yet.

jmvb-cl commented 3 years ago

So, the "on air mode" is about the whole tally lights would have a red light when the streaming is happening? That is for "atem mini" users, right?

I thought that you were referring to the individual on air lights, thats who the presenter on people in the stage would see, to identify which camera look

image

AronHetLam commented 3 years ago

The tally lights per individual input (camera) would switch between program and preview - telling the operator whether his cam is output, or about to be output. That's what this project does at the moment, on both LEDs.

"On Air" refers to whether the ATEM is streaming or recording content or not. So yes, as far as i know only the ATEM mini pros supports this. This is the feature this issue is about implementing, so that you use this project as an "On Ari" sign if you wanted too.