DJI Mobile SDK Documentation

      class SuperResolutionInfo

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

      The status and information of high-res grid photo shooting.

      Class Members:

      Members

      method getMaxArea
      DoubleRect4Sides getMaxArea()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the maximum area of high-res grid photo shooting. This range is automatically calculated by the camera based on the camera angle.

      Return:
      DoubleRect4SidesReturn the maximum area of high-res grid 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 high-res grid photo shooting.

      Return:
      IntegerReturn the total number of zoom photos that need to be taken for high-res grid photo shooting.
      method getCaptureArea
      DoubleRect4Sides getCaptureArea()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the currently set area of high-res grid photo shooting.

      Return:
      DoubleRect4SidesReturn the currently set area of high-res grid 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 high-res grid photo shooting.

      Return:
      IntegerReturn the row number of high-res grid photo shooting.
      method getCaptureRowCount
      Integer getCaptureRowCount()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the column number of high-res grid photo shooting.

      Return:
      IntegerReturns the column number of high-res grid 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 high-res grid photo shooting.

      Return:
      IntegerReturn the remaining time of high-res grid photo shooting.
      method getProgress
      Integer getProgress()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the progress of high-res grid photo shooting.

      Return:
      IntegerReturn the progress of high-res grid photo shooting.
      method getZoomCapturedCount
      Integer getZoomCapturedCount()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the number of shots taken by high-res grid photo shooting.

      Return:
      IntegerReturn the number of shots taken by high-res grid photo shooting.
      method
      method getStatus
      SuperResolutionState getStatus()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the status of high-res grid photo shooting.

      Return:
      SuperResolutionStateReturn the status of high-res grid photo shooting.