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

Blackmagic Design Atem network protocol implementation in swift 5.1 using NIO 2

Results 9 Swift-Atem issues
Sort by recently updated
recently updated
newest added

Running the Xcode 14 beta, I'm seeing fatal errors when initializing variables from messages sent from the ATEM. Seems like the code here is triggering the error: ``` init(from slice:...

Fixing https://github.com/Dev1an/Swift-Atem/issues/25

The public struct `MessageTitle` (renamed `Message.Title` on master) does not expose its init method publicly, preventing the developer to create new Atem `Message`s. For example, here's the implementation of a...

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

Added the Auto Cut from https://www.skaarhoj.com/discover/blackmagic-atem-switcher-protocol

Just needs new NIO library: .package(url: "https://github.com/apple/swift-nio.git", from: "2.40.0"), Looks great other than that.. Thank you!

Added the following commands: KeOn, CKOn, CDsL, DskS, CDsF, CDsC, DskB, MAct, MPrp, _MAC, and _pin (revised with new message) to support turning on/off the USK and DSK, setting the...

Model enumeration is outdated, added latest mini model - Mini Pro - Mini Pro ISO - Mini Extreme - Mini Extreme ISO

Is this project still in active development?