Dev1an / Swift-Atem

Blackmagic Design Atem network protocol implementation in swift 5.1 using NIO 2
MIT License
58 stars 27 forks source link

Not able to perform auto transition. #24

Open ios36 opened 1 year ago

ios36 commented 1 year ago

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?

JoshuaRileyDev commented 1 year ago

Yeah I've just found this as well

JoshuaRileyDev commented 1 year ago

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))