class PinPoint
Package: | dji.v5.manager.datacenter.camera.view |
Description:
Pin point of the liveview. The point is normalized to [0,1] where (0,0) is the top left corner and (1,1) is the bottom right.
Supported since MSDK 5.9.0
Class Members:
Members
method getX
Package: | dji.v5.manager.datacenter.camera.view |
Description:
Gets the horizontal position of liveview.
Return:
double | returns the horizontal position of liveview. |
method getY
Package: | dji.v5.manager.datacenter.camera.view |
Description:
Gets the vertical position of liveview.
Return:
double | returns the vertical position of liveview. |