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 |
|---|---|---|
{ pixelThreshold: number; } |
(Optional) Black detector config. |
|
number |
(Optional) New analysis latency budget (ms). Omit to leave unchanged. |
|
number |
(Optional) New NR-IQA sample interval in milliseconds (0 = every frame). Omit to leave the sample cadence unchanged. |