Peter Steffey
Peter Steffey
We'll, more formally you should send true and false as I mentioned above... /atem/dsk/1/on-air true /atem/dsk/1/on-air false But I think the issue @randallpacker is that they don't know how to...
@jochemno it looks like you were sending the true/false as part of the address, instead of as an argument. If you are not already familiar, please research OSC message structure...
What was the exact commands you were sending? Was there any log output? What model switcher do you have?
Baffled why narrow would work but not the others, the code is nearly identical. Only difference is that narrow is a boolean value while the others are float values. What...
I was able to reproduce. The first time a chroma command is sent, it doesn't crash, but doesn't do anything. The second time, it crashes, regardless of what the command...
@danielbuechele Is this related to the feature you had in atemOSC initially?
It looks like we can use IBMDSwitcherInput::IsProgramTallied to query each input. Maybe we can make a new OSC method that returns a list of tallied inputs by asking each input...
I'm not familiar with JustMacros. Are you talking about the save/restore feature of ATEM software control? Or is this something different?
Currently AtemOSC uses the Switcher SDK primarily, with doesn’t work with the HyperDeck as far as I know. However, as you identified, there are documented ways of talking to it...
HyperDeck devices listen on TCP port 9993 for raw ascii text input, with a set of commands outlined in the user manual (pg. 57): http://documents.blackmagicdesign.com/HyperDeck/HyperDeck_Manual_2015-01-19.pdf @iamjohnbarker what commands would you...