gpsSource property

String? gpsSource
getter/setter pair

Input only.

If both raw_gps_timeline and the Camera Motion Metadata Track (CAMM) contain GPS measurements, indicate which takes precedence. Possible string values are:

  • "PHOTO_SEQUENCE" : GPS in raw_gps_timeline takes precedence if it exists.
  • "CAMERA_MOTION_METADATA_TRACK" : GPS in Camera Motion Metadata Track (CAMM) takes precedence if it exists.

Implementation

core.String? gpsSource;