onvif
    Preparing search index...

    Interface PTZInputVector

    Simplified structure of PTZ vector to use as an input argument for position and speed in movement commands.

    interface PTZInputVector {
        pan?: number;
        tilt?: number;
        x?: number;
        y?: number;
        zoom?: number;
    }
    Index
    pan?: number

    Pan value

    tilt?: number

    Tilt value

    x?: number

    Synonym for pan value

    y?: number

    Synonym for tilt value

    zoom?: number

    Zoom value