class LaserMeasureInformation implements DJIValue, JNIProguardKeepTag, ByteStream |
Package: | dji.sdk.keyvalue.value.camera |
Laser measure information.
LocationCoordinate3D getLocation3D() |
Package: | dji.sdk.keyvalue.value.camera |
Gets the location of the target point, including longitude, latitude and altitude.
LocationCoordinate3D | Returns the location of the target point. |
Double getDistance() |
Package: | dji.sdk.keyvalue.value.camera |
Gets the distance of the target point from the laser sensor. The target point must be at least 3m away from The laser sensor.
Double | Returns the distance of the target point from the laser sensor. |
DoublePoint2D getTargetPoint() |
Package: | dji.sdk.keyvalue.value.camera |
Gets the position of the target point on the camera screen. Range of x and y: [0,100]. [0,0] represents the upper left corner of the camera screen, [100,100] represents the lower right corner of the camera screen.
DoublePoint2D | Returns the position of the target point on the camera screen. |
LaserMeasureState getLaserMeasureState() |
Package: | dji.sdk.keyvalue.value.camera |
Gets the laser measure status.
LaserMeasureState | Returns the laser measure status. |
{{searchCount}} Results