class SuperResolutionInfo
@EXClassNullAway class SuperResolutionInfo
|
Package: | dji.common.camera |
Description:
Stores the super resolution information.
Class Members:
Super Resolution Info
method
method getMaxArea
Package: | dji.common.camera |
Description:
Gets the max area of super resolution. Depends with the camera angle, calculated automatically by the camera.
Return:
RectF | The max area of super resolution where (0,0) is the top left of the video preview and (1,1) is the bottom right. |
method getZoomTotalCount
Package: | dji.common.camera |
Description:
Gets the total count of super resolution.
Return:
int | The total count of super resolution. |
method getCaptureArea
Package: | dji.common.camera |
Description:
Gets the area of super resolution.
Return:
RectF | The area of super resolution where (0,0) is the top left of the video preview and (1,1) is the bottom right. |
method getCaptureColNum
Package: | dji.common.camera |
Description:
Gets the column number of super resolution.
Return:
int | The column number of capture. |
method getCaptureRowNum
Package: | dji.common.camera |
Description:
Gets the row number of super resolution.
Return:
int | The row number of capture. |
method isStorageOverFlow
boolean isStorageOverFlow()
|
Package: | dji.common.camera |
Description:
Gets whether the memory card is full.
Return:
boolean | true if the memory card is full. Please replace the SD card. |
method getCaptureRemainingTime
int getCaptureRemainingTime()
|
Package: | dji.common.camera |
Description:
Gets the remaining time of super resolution capture.
Return:
int | The remaining time of super resolution capture. |
method getProgress
Package: | dji.common.camera |
Description:
Gets the captured progress percentage of super resolution.
Return:
int | The captured progress percentage of super resolution. |
method getZoomCapturedCount
int getZoomCapturedCount()
|
Package: | dji.common.camera |
Description:
Gets the captured count of super resolution.
Return:
int | The captured count of super resolution. |
method getStatus
SettingsDefinitions.SuperResolutionStatus getStatus()
|
Package: | dji.common.camera |
Description:
Gets the state of super resolution.
Return: