class DJIPointCloudStatusListener
interface DJIPointCloudStatusListener
|
Description:
Defines the listeners of the point cloud status.
Class Members:
Listener Method
method onPointCloudRecordStatusChange
void onPointCloudRecordStatusChange(RecordingStatus newStatus)
|
Description:
When the point cloud record status is changed, the listener will receive this callback.
method onPointCloudRecordStatusRecordingTimeChange
void onPointCloudRecordStatusRecordingTimeChange(long newRecordingTime)
|
Description:
When the point cloud recording time is updated, the listener will receive this callback.
long newRecordingTime | The latest recording time |
method onIMUPreHeatStatusChange
void onIMUPreHeatStatusChange(DJILidarIMUPreheatStatus status)
|
Description:
When the IMU preheat status is changed, the listener will receive this callback.