onvif
    Preparing search index...

    Interface Capabilities

    interface Capabilities {
        analyticsModuleOptionsSupported?: boolean;
        analyticsModuleSupport?: boolean;
        cellBasedSceneDescriptionSupported?: boolean;
        imageSendingType?: StringList;
        ruleOptionsSupported?: boolean;
        ruleSupport?: boolean;
        supportedMetadata?: boolean;
        [key: string]: unknown;
    }

    Indexable

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

    Indication that the device supports the GetAnalyticsModuleOptions operation on the analytics interface

    analyticsModuleSupport?: boolean

    Indication that the device supports the scene analytics module interface.

    cellBasedSceneDescriptionSupported?: boolean

    Indication that the device produces the cell based scene description

    imageSendingType?: StringList

    Indication what kinds of method that the device support for sending image, acceptable values are defined in tt:ImageSendingType.

    ruleOptionsSupported?: boolean

    Indication that the device supports the GetRuleOptions operation on the rules interface

    ruleSupport?: boolean

    Indication that the device supports the rules interface and the rules syntax.

    supportedMetadata?: boolean

    Indication that the device supports the GetSupportedMetadata operation.