Interface PanTiltZoomCommand

Hierarchy

  • PanTiltZoomCommand

Properties

Specify the movement origin. If unspecified, the movement will be relative to the current position.

pan?: number

Ranges between -1 and 1.

tilt?: number

Ranges between -1 and 1.

zoom?: number

Ranges between 0 and 1 for max zoom.

speed?: {
    pan?: number;
    tilt?: number;
    zoom?: number;
}

The speed of the movement.

Type declaration

  • Optional pan?: number

    Ranges between 0 and 1 for max zoom.

  • Optional tilt?: number

    Ranges between 0 and 1 for max zoom.

  • Optional zoom?: number

    Ranges between 0 and 1 for max zoom.

Generated using TypeDoc