onvif
    Preparing search index...

    Interface Capabilities

    interface Capabilities {
        EFlip?: boolean;
        getCompatibleConfigurations?: boolean;
        moveAndTrack?: StringList;
        moveStatus?: boolean;
        reverse?: boolean;
        statusPosition?: boolean;
        [key: string]: unknown;
    }

    Indexable

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

    Indicates whether or not EFlip is supported.

    getCompatibleConfigurations?: boolean

    Indicates support for the GetCompatibleConfigurations command.

    moveAndTrack?: StringList

    Indication of the methods of MoveAndTrack that are supported, acceptable values are defined in tt:MoveAndTrackMethod.

    moveStatus?: boolean

    Indicates that the PTZStatus includes MoveStatus information.

    reverse?: boolean

    Indicates whether or not reversing of PT control direction is supported.

    statusPosition?: boolean

    Indicates that the PTZStatus includes Position information.