onvif
    Preparing search index...

    Interface PTZStatus

    interface PTZStatus {
        error?: string;
        fieldOfView?: FieldOfView;
        moveStatus?: PTZMoveStatus;
        position?: PTZVector;
        utcTime: Date;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    error?: string

    States a current PTZ error.

    fieldOfView?: FieldOfView

    States the current field of view of the video stream.

    moveStatus?: PTZMoveStatus

    Indicates if the Pan/Tilt/Zoom device unit is currently moving, idle or in an unknown state.

    position?: PTZVector

    Specifies the absolute position of the PTZ unit together with the Space references. The default absolute spaces of the corresponding PTZ configuration MUST be referenced within the Position element.

    utcTime: Date

    Specifies the UTC time when this status was generated.