onvif
    Preparing search index...

    Interface DefoggingOptions

    interface DefoggingOptions {
        level: boolean;
        mode?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    level: boolean

    Indicates whether or not support Level parameter for Defogging.

    mode?: string[]

    Supported options for Defogging mode. Its options shall be chosen from tt:DefoggingMode Type.