class DJIPointCloudLiveDataListener
interface DJIPointCloudLiveDataListener
|
Description:
Defines the listeners of the point cloud data.
Class Members:
Listener Method
method onReceiveLiveViewData
void onReceiveLiveViewData(PointCloudLiveViewData[] data, int length)
|
Description:
Update point cloud live view data.
PointCloudLiveViewData[] data | The point could live view data |
int length | The length of the received live view data. |
method onError
void onError(DJIError error)
|
Description:
Listener the error status.
DJIError error | The received DJI error code. |