NorskInput.deckLink() method

SDI/HDMI Input using a BlackMagic DeckLink card. The available cards on the machine can be enumerated using the NorskSystem.hardwareInfo() API.

Multiple cards and both SDI and HDMI inputs are supported, with all DeckLink-supported input resolutions and framerates are supported. The capture format is currently 8-bit only, but 10-bit captures will be supported soon. All supported audio channels can be captured. At present, additional data such as closed-captions and HDR metadata is not captured.

Signature:

deckLink(settings: DeckLinkInputSettings): Promise<DeckLinkInputNode>;

Parameters

Parameter Type Description

settings

DeckLinkInputSettings

Settings for the SDI capture

Returns:

Find Examples