DJI Mobile SDK Documentation

      class ZoomTargetPointInfo

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

      Point to focus information. The range of point focus coordinates x and y: [0,100]. [0,0] represents the upper left corner of the camera screen, and [100,100] represents the lower right corner of the camera screen. You only need to pass in the point and focus coordinates, other parameters are reserved fields and can be ignored.

      Class Members:

      Members

      method
      method getX
      Double getX()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      Gets the X-axis coordinate of the target point.

      Return:
      DoubleReturns the X-axis coordinate of the target point.
      method
      method getY
      Double getY()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      Gets the Y-axis coordinate of the target point.

      Return:
      DoubleReturns the Y-axis coordinate of the target point.