QualityMonitoringDynamicConfig.blackDetect property

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

Signature:

blackDetect?: {
        pixelThreshold: number;
    };