onvif
    Preparing search index...

    Interface Capabilities

    interface Capabilities {
        EXICompression?: boolean;
        OSD?: boolean;
        profileCapabilities: ProfileCapabilities;
        rotation?: boolean;
        snapshotUri?: boolean;
        streamingCapabilities: StreamingCapabilities;
        temporaryOSDText?: boolean;
        videoSourceMode?: boolean;
        [key: string]: unknown;
    }

    Indexable

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

    Indicates the support for the Efficient XML Interchange (EXI) binary XML format.

    OSD?: boolean

    Indicates if OSD is supported.

    profileCapabilities: ProfileCapabilities

    Media profile capabilities.

    rotation?: boolean

    Indicates whether or not Rotation feature is supported.

    snapshotUri?: boolean

    Indicates if GetSnapshotUri is supported.

    streamingCapabilities: StreamingCapabilities

    Streaming capabilities.

    temporaryOSDText?: boolean

    Indicates the support for temporary osd text configuration.

    videoSourceMode?: boolean

    Indicates the support for changing video source mode.