NorskInput.deltaCast() method

SDI Input using Deltacast SDI capture cards. The available cards on the machine can be enumerated using the HardwareInfo rpc.

Multiple cards are supported, with all Deltacast-supported input resolutions and framerates are supported. The capture format is currently 8-bit only. All supported audio channels can be captured. At present, additional data such as closed-captions and HDR metadata is not captured.

Signature:

deltaCast(settings: DeltacastInputSettings): Promise<DeltacastInputNode>;

Parameters

Parameter Type Description

settings

DeltacastInputSettings

Returns:

Find Examples