SpectrumInputInferenceSettings interface
Settings for a SpectrumInputInference node. Analyzes video input to detect colour primaries, transfer function, video range, and other metadata with confidence scoring.
Signature:
export interface SpectrumInputInferenceSettings extends ProcessorNodeSettings<SpectrumInputInferenceNode>
Properties
| Property | Type | Description |
|---|---|---|
number |
(Optional) Expected bit depth of input (default 10) |
|
(result: SpectrumInputInferenceResult) ⇒ void |
Called each time inference completes on a sampled frame |
|
number |
(Optional) Run inference every N frames (default 30) |