DJI Mobile SDK Documentation

      class PointCloudLiveViewData

      class PointCloudLiveViewData
      Package:dji.sdk.lidar.reader
      Description:

      This class represent the piont cloud live view data.

      Class Members:

      Members

      Data
      method
      method getX
      float getX()
      Package:dji.sdk.lidar.reader
      Description:

      The X coordinate of the object position measured by the lidar, using the NED(North East Down) coordinate system. The position of lidar when starting to record the point cloud is the origin of the coordinate system(0, 0, 0).

      method
      method getY
      float getY()
      Package:dji.sdk.lidar.reader
      Description:

      The XYcoordinate of the object position measured by the lidar, using the NED(North East Down) coordinate system. The position of lidar when starting to record the point cloud is the origin of the coordinate system(0, 0, 0).

      method
      method getZ
      float getZ()
      Package:dji.sdk.lidar.reader
      Description:

      The Z coordinate of the object position measured by the lidar, using the NED(North East Down) coordinate system. The position of lidar when starting to record the point cloud is the origin of the coordinate system(0, 0, 0).

      method getIntensity
      byte getIntensity()
      Package:dji.sdk.lidar.reader
      Description:

      Intensity is a measurement index (collected for each point) that reflects the intensity of the lidar pulse echo generated at a certain point. This value is based in part on the reflectivity of the object swept by the lidar pulse.

      method
      method getRed
      byte getRed()
      Package:dji.sdk.lidar.reader
      Description:

      RGB data of the object measured by the lidar. If you set visible light pixel mode to VISIBLE_LIGHT_PIXEL_OFF, the Data will be (0, 0, 0).

      method
      method getGreen
      byte getGreen()
      Package:dji.sdk.lidar.reader
      Description:

      RGB data of the object measured by the lidar. If you set visible light pixel mode to VISIBLE_LIGHT_PIXEL_OFF, the Data will be (0, 0, 0).

      method
      method getBlue
      byte getBlue()
      Package:dji.sdk.lidar.reader
      Description:

      RGB data of the object measured by the lidar. If you set visible light pixel mode to VISIBLE_LIGHT_PIXEL_OFF, the Data will be (0, 0, 0).