Swift-Atem icon indicating copy to clipboard operation
Swift-Atem copied to clipboard

Not able to perform auto transition.

Open ios36 opened this issue 2 years ago • 2 comments

I tried to switch camera using Auto mode but not able to perform in Switcher, anyone can help me to perform auto switch for specific camera(1 to 8) using 1.5 second transition?

ios36 avatar Mar 28 '23 11:03 ios36

Yeah I've just found this as well

JoshuaRileyDev avatar May 03 '23 17:05 JoshuaRileyDev

So I've been able to get it working by using the Auto pull request, it would require you to fork this repo and add the code he added, then the example code is the following:

try? self.atem?.send(message: Do.Auto(in: .oneME))

JoshuaRileyDev avatar May 09 '23 12:05 JoshuaRileyDev