class PinPointInfo
Package: | dji.v5.manager.datacenter.camera.view |
Description:
Pin point information, include the pin points location in the liveview and callback result.
Supported since MSDK 5.9.0
Class Members:
method getPinPoints
List<PinPoint> getPinPoints()
|
Package: | dji.v5.manager.datacenter.camera.view |
Description:
Gets the pin points location. If the KeyThermalDisplayMode
mokde is ThermalPIPPosition
:SIDE_BY_SIDE
, it will return two pin points.
Return:
List<PinPoint> | Returns the pin points location. |
method getResult
Package: | dji.v5.manager.datacenter.camera.view |
Description:
Gets the result of pin point callback.
Return:
Result | Returns the result of pin point callback. |