QualityMonitoringDynamicConfig interface

Dynamic configuration update for the QualityMonitoring node. Only NR-IQA sample cadence, the latency budget, and the black-detect threshold can be changed at runtime.

Signature:

export interface QualityMonitoringDynamicConfig

Properties

Property Type Description

blackDetect?

{ pixelThreshold: number; }

(Optional) Black detector config. pixelThreshold is a runtime Halide Param, so it rebinds live with no recompile. Omit blackDetect to leave it unchanged.

latencyBudgetMs?

number

(Optional) New analysis latency budget (ms). Omit to leave unchanged.

sampleEveryMs?

number

(Optional) New NR-IQA sample interval in milliseconds (0 = every frame). Omit to leave the sample cadence unchanged.