onvif
    Preparing search index...

    Interface Mask

    interface Mask {
        color?: Color;
        configurationToken: string;
        enabled: boolean;
        polygon: Polygon;
        token?: string;
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    color?: Color

    Color of the masked area.

    configurationToken: string

    Token of the VideoSourceConfiguration the Mask is associated with.

    enabled: boolean

    If set the mask will cover the image, otherwise it will be fully transparent.

    polygon: Polygon

    Geometric representation of the mask area.

    token?: string

    Token of the mask.

    type: string

    Type of masking as defined by tr2:MaskType:

    Color - The masked area is colored with color defined by the Color field. Pixelated - The masked area is filled in mosaic style to hide details. Blurred - The masked area is low pass filtered to hide details.