class SuperResolutionInfo
class SuperResolutionInfo implements DJIValue , JNIProguardKeepTag , ByteStream
Package: dji.sdk.keyvalue.value.camera
Description:
The status and information of super resolution photo shooting.
Class Members:
Members
method getMaxArea
DoubleRect4Sides getMaxArea ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the maximum area of super resolution photo shooting. This range is automatically calculated by the camera based on the camera angle.
Return:
DoubleRect4Sides Return the maximum area of super resolution photo shooting. (0,0) is the upper left corner of the video interface, (1,1) is the lower right corner of the video interface.
method getZoomTotalCount
Integer getZoomTotalCount ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the total number of zoom photos that need to be taken for super resolution photo shooting.
Return:
Integer Return the total number of zoom photos that need to be taken for super resolution photo shooting.
method getCaptureArea
DoubleRect4Sides getCaptureArea ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the currently set area of super resolution photo shooting.
Return:
DoubleRect4Sides Return the currently set area of super resolution photo shooting. (0,0) is the upper left corner of the video interface, (1,1) is the lower right corner of the video interface.
method getCaptureColumnCount
Integer getCaptureColumnCount ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the row number of super resolution photo shooting.
Return:
Integer Return the row number of super resolution photo shooting.
method getCaptureRowCount
Integer getCaptureRowCount ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the column number of super resolution photo shooting.
Return:
Integer Returns the column number of super resolution photo shooting.
method getIsStorageOverflow
Boolean getIsStorageOverflow ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get whether the SD Card is full.
Return:
Boolean true
means that the SD Card is full.
method getCaptureRemainingTime
Integer getCaptureRemainingTime ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the remaining time of super resolution photo shooting.
Return:
Integer Return the remaining time of super resolution photo shooting.
method getProgress
Package: dji.sdk.keyvalue.value.camera
Description:
To get the progress of super resolution photo shooting.
Return:
Integer Return the progress of super resolution photo shooting.
method getZoomCapturedCount
Integer getZoomCapturedCount ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the number of shots taken by super resolution photo shooting.
Return:
Integer Return the number of shots taken by super resolution photo shooting.
method getStatus
SuperResolutionState getStatus ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the status of super resolution photo shooting.
Return: