onvif
    Preparing search index...

    Interface SourceCapabilities

    The provisioning capabilities of a video source on the device.

    interface SourceCapabilities {
        autoFocus?: boolean;
        autoLevel?: boolean;
        maximumFocusMoves?: number;
        maximumPanMoves?: number;
        maximumRollMoves?: number;
        maximumTiltMoves?: number;
        maximumZoomMoves?: number;
        videoSourceToken: string;
        [key: string]: unknown;
    }

    Indexable

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

    Indicates "auto" as a valid enum for Direction in FocusMove.

    autoLevel?: boolean

    Indicates "auto" as a valid enum for Direction in RollMove.

    maximumFocusMoves?: number

    Lifetime limit of focus moves for this video source. Presence of this attribute indicates support of focus move.

    maximumPanMoves?: number

    Lifetime limit of pan moves for this video source. Presence of this attribute indicates support of pan move.

    maximumRollMoves?: number

    Lifetime limit of roll moves for this video source. Presence of this attribute indicates support of roll move.

    maximumTiltMoves?: number

    Lifetime limit of tilt moves for this video source. Presence of this attribute indicates support of tilt move.

    maximumZoomMoves?: number

    Lifetime limit of zoom moves for this video source. Presence of this attribute indicates support of zoom move.

    videoSourceToken: string

    Unique identifier of a video source.