onvif
    Preparing search index...

    Interface Capabilities

    interface Capabilities {
        adaptablePreset?: boolean;
        imageStabilization?: boolean;
        presets?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    adaptablePreset?: boolean

    Indicates whether or not imaging preset settings can be updated.

    imageStabilization?: boolean

    Indicates whether or not Image Stabilization feature is supported. The use of this capability is deprecated, a client should use GetOption to find out if image stabilization is supported.

    presets?: boolean

    Indicates whether or not Imaging Presets feature is supported.