atem_connect
Establish network connection to a Blackmagic ATEM video switcher using its IP address and port for remote control operations.
Instructions
Connect to a Blackmagic ATEM video switcher on the network.
Args:
host (string): IP address of the ATEM switcher (e.g., "192.168.1.100")
port (number, optional): Port number (default: 9910)
Returns: Connection confirmation with ATEM model info.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | IP address of the ATEM switcher | |
| port | No | Port number (default: 9910) |