onvif
    Preparing search index...

    Interface IrCutFilterAutoAdjustmentOptions

    interface IrCutFilterAutoAdjustmentOptions {
        boundaryOffset?: boolean;
        boundaryType?: string[];
        extension?: IrCutFilterAutoAdjustmentOptionsExtension;
        responseTimeRange?: DurationRange;
    }
    Index
    boundaryOffset?: boolean

    Indicates whether or not boundary offset for toggling Ir cut filter is supported.

    boundaryType?: string[]

    Supported options of boundary types for adjustment of Ir cut filter auto mode. The opptions shall be chosen from tt:IrCutFilterAutoBoundaryType.

    responseTimeRange?: DurationRange

    Supported range of delay time for toggling Ir cut filter.