SteffeyDev/atemOSC

USK On Air not working

bjm8 opened this issue · 7 comments

bjm8 commented

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

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

bjm8 commented

Television Studio HD
8.9 ATEM Software
4.2 atemOSC

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

/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.

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

@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

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!