Request A Demo
Resources Banner

Novastar H Series Api ((full))

Novastar H Series Api ((full))

Query available input signals and check their resolution/frame rate status. Configure multi-viewer layouts for operator monitoring. Layer and Window Management

Before you can send commands, you must enable and configure the API connector through the device's web-based management interface.

If you run a live event, you can script the NovaStar H series API to sync with your lighting console (DMX/Art-Net). novastar h series api

Below is a reference Python script showing how an automated system can authenticate and switch a video wall preset using the NovaStar H Series HTTP API.

: Set brightness, gamma, image quality, and output resolutions. Developer Resources Connection - novastar-h-series - Bitfocus If you run a live event, you can

Implement a heartbeat/ping command every 10–30 seconds to maintain the socket connection.

For newer H Series deployments supporting standard HTTP requests, changing an input source on a specific layer involves sending a POST request to the device's endpoint. http:// /api/v1/layer/source Payload: self.port = ip

class NovaHClient: def __init__(self, ip, port=5005, timeout=5): self.ip, self.port = ip, port self.sock = socket.create_connection((ip, port), timeout=timeout)

Request More Information from Jeron.

contact Us