EmbeddedAIVideoInput interface

Settings for video-input models

Signature:

export interface EmbeddedAIVideoInput

Properties

Property Type Description

frameRate

FrameRate

The frame rate that the model expects. Norsk will handle the conversion.

inputType

"video"

The input type

pixelFormat

EmbeddedAIPixelFormat

The pixel format that the model expects. Norsk will handle the conversion.

targetResolution

Resolution

The target resolution that Norsk should scale the video to before sending it to the inference engine.