DJI Mobile SDK Documentation

      class PhotoTimeLapseSettings

      @EXClassNullAway
      class PhotoTimeLapseSettings
      Package:dji.common.camera
      SDK Key:CameraKey.PHOTO_TIME_LAPSE_SETTINGS
      Description:

      Stores the time lapse settings.

      Class Members:
      Value
      method
      method getInterval
      int getInterval()
      Package:dji.common.camera
      Description:

      The time interval between when two photos are taken.

      Return:
      intReturn interval value from settings
      method getDuration
      int getDuration()
      Package:dji.common.camera
      Description:

      The total duration for which the camera will take pictures.

      Return:
      intReturn duration value from settings
      method getFileFormat
      PhotoTimeLapseFileFormat getFileFormat()
      Package:dji.common.camera
      Description:

      The file format for captured photos during time lapse.

      Return:
      PhotoTimeLapseFileFormatReturn file format value from settings