class PhotoIntervalShootSettings
class PhotoIntervalShootSettings implements DJIValue , JNIProguardKeepTag , ByteStream
Package: dji.sdk.keyvalue.value.camera
Description:
Setting of interval shooting parameter.
Class Members:
Members
method getCount
Package: dji.sdk.keyvalue.value.camera
Description:
To get photo number of interval shooting.
Return:
Integer Return photo number of interval shooting.
method setCount
void setCount (Integer count)
Package: dji.sdk.keyvalue.value.camera
Description:
To set the photo number of interval shooting.
Integer count Photo number of interval shooting that needs to be set.
method getInterval
Package: dji.sdk.keyvalue.value.camera
Description:
To get the time of interval shooting.
Return:
Double Return 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.
Double interval The time of interval shooting needs to be set.