DJI Mobile SDK Documentation

      class WaypointCameraStartIntervalShootParam

      class WaypointCameraStartIntervalShootParam
      Package:dji.common.mission.waypointv2.Action
      Description:

      This class defines a camera interval shoot operation for WaypointCameraActuatorParam.

      Class Members:
      Interval Shoot Count
      method
      method getShootCount
      int getShootCount()
      Package:dji.common.mission.waypointv2.Action
      Description:

      Sets the number of photos you want to take. Valid range is [1-255]. If you set the number of photos is [1-254], the camera will automatically stop interval shooting after the number of photos is taken.
      If you set number of photos is 255, the camera will keep taking photos until the camera Received an order to stop taking interval photos.

      Return:
      intAn int value of interval shoot count
      Interval Shoot Time
      method
      method getShootInterval
      double getShootInterval()
      Package:dji.common.mission.waypointv2.Action
      Description:

      The time interval between two photos(unit: second). Valid range is [1-65535].

      Return:
      doubleA double value of interval shoot time
      Constructor
      class