panorama

Source:

Methods

(static) messagePanoramaStartGrid() → {Uint8Array}

Description:
  • 3.15.3 Start Panorama Create Encoded Packet for the command CMD_PANORAMA_START_GRID
Source:
Returns:
Type
Uint8Array

(static) messagePanoramaStartPanoramaByEulerRange(yaw_range, pitch_range) → {Uint8Array}

Description:
  • 3.15.5 Start Panorama Create Encoded Packet for the command CMD_PANORAMA_START_EULER_RANGE
Source:
Parameters:
Name Type Description
yaw_range number ; // yaw range
pitch_range number ; // pitch range
Returns:
Type
Uint8Array

(static) messagePanoramaStop() → {Uint8Array}

Description:
  • 3.15.4 Stop Panorama Create Encoded Packet for the command CMD_PANORAMA_STOP
Source:
Returns:
Type
Uint8Array