DJI Mobile SDK Documentation

      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:
      DoubleRect4SidesReturn 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:
      IntegerReturn 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:
      DoubleRect4SidesReturn 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:
      IntegerReturn 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:
      IntegerReturns 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:
      Booleantrue 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:
      IntegerReturn the remaining time of super resolution photo shooting.
      method getProgress
      Integer getProgress()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the progress of super resolution photo shooting.

      Return:
      IntegerReturn 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:
      IntegerReturn the number of shots taken by super resolution photo shooting.
      method
      method getStatus
      SuperResolutionState getStatus()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the status of super resolution photo shooting.

      Return:
      SuperResolutionStateReturn the status of super resolution photo shooting.