SteffeyDev / atemOSC

Control ATEM video switchers over the network with OSC messages
http://www.atemosc.com
202 stars 32 forks source link

USK On Air not working #271

Closed bjm8 closed 1 year ago

bjm8 commented 1 year ago

The following commands are not working:

/atem/usk/1/on-air 1 /atem/usk/1/on-air 0 /atem/me/1/usk/1/on-air 1 /atem/me/1/usk/1/on-air 0 /atem/me/1/usk/1/on-air/toggle

These tie commands do work however: /atem/usk/1/tie 0 /atem/usk/1/tie 1

randallpacker commented 1 year ago

The usk commands are working for me on my Constellation HD Switcher, software control version 8.9 (latest). atemOSC version 4.2.

bjm8 commented 1 year ago

Television Studio HD 8.9 ATEM Software 4.2 atemOSC

randallpacker commented 1 year ago

It must have something to do with the way you are formatting. This works for me in max msp: On: /atem/atem1/usk/1/on-air 1 Off: /atem/atem1/usk/1/on-air 0

bjm8 commented 1 year ago

/atem/atem1/usk/1/on-air 1

That's not in any documentation so I did not try that. Will have to report back later.

randallpacker commented 1 year ago

Good luck, and by the way I am not the programmer, I'm an artist using atemOSC trying to help people out.

SteffeyDev commented 1 year ago

@bjm8 Multi-switcher support is documented here. If you only have one switcher connected, you don't have to specify the label of the switcher you want (for @randallpacker, atem1 is what he chose to label his switcher).

As for you issues, can you please attach the logs produced while you are sending the commands? That should help explain why they aren't working.

bjm8 commented 1 year ago

Found the issue looking at the log files. Just the on-air commands (using QLab FWIW) in my cue stack were patched to our projector and not to the switcher. So sorry about this and thank you!