onvif
    Preparing search index...

    Interface MaskOptions

    interface MaskOptions {
        color: ColorOptions;
        maxMasks: number;
        maxPoints: number;
        rectangleOnly?: boolean;
        singleColorOnly?: boolean;
        types?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Colors supported.

    maxMasks: number

    Maximum supported number of masks per VideoSourceConfiguration.

    maxPoints: number

    Maximum supported number of points per mask.

    rectangleOnly?: boolean

    Information whether the polygon must have four points and a rectangular shape.

    singleColorOnly?: boolean

    Indicates the device capability of change in color of privacy mask for one video source configuration will automatically be applied to all the privacy masks associated with the same video source configuration.

    types?: string[]

    Information which types of tr2:MaskType are supported. Valid values are 'Color', 'Pixelated' and 'Blurred'.