DJI Mobile SDK Documentation

      class PhotoIntervalShootSettings

      class PhotoIntervalShootSettings implements DJIValue, JNIProguardKeepTag, ByteStream
      Package:dji.sdk.keyvalue.value.camera
      Description:

      Setting of interval shooting parameter.

      Class Members:

      Members

      method
      method getCount
      Integer getCount()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get photo number of interval shooting.

      Return:
      IntegerReturn photo number of interval shooting.
      method
      method setCount
      void setCount(Integer count)
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To set the photo number of interval shooting.

      Input Parameters:
      Integer countPhoto number of interval shooting that needs to be set.
      method getInterval
      Double getInterval()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the time of interval shooting.

      Return:
      DoubleReturn the time of interval shooting.
      method setInterval
      void setInterval(Double interval)
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To set the time of interval shooting. Since the camera needs a response time to take photos, the minimum photo interval needs to be set to more than 2 seconds.

      Input Parameters:
      Double intervalThe time of interval shooting needs to be set.