Light ID
data class LightID(val status: Int, val coordinateX: Float, val coordinateY: Float, val isDetected: Boolean, val deviceId: Long, val detectionTime: Long, val decodedTime: Long, val isReady: Boolean, val rotation: Vector3, val translation: Vector3, val position: Vector3) : Parcelable
LightID represents a LigTag device and carries information about its status.
Constructors
Properties
Link copied to clipboard
X coordinate in percentage of the screen of the LigTag device.
Link copied to clipboard
Y coordinate in percentage of the screen of the LigTag device.
Link copied to clipboard
How long does it take for the LigTag device to be decoded.
Link copied to clipboard
How long does it take for the LigTag device to be detected.
Link copied to clipboard
Whether the LigTag device has been detected.
Link copied to clipboard
Translation of the LigTag device.