QrCodeTrackingMode
class QrCodeTrackingMode
Feature that allows tracking of and provides information about QR codes.
Summary
Public companion properties |
|
|---|---|
QrCodeTrackingMode |
QR codes will not be tracked. |
QrCodeTrackingMode |
Used for tracking moving QR codes. |
QrCodeTrackingMode |
Used for tracking QR codes that are known to be static or semi-static. |
Public functions |
|
|---|---|
open String |
toString()Returns a string representation of |
Public companion properties
DYNAMIC
val DYNAMIC: QrCodeTrackingMode
Used for tracking moving QR codes. It has the highest accuracy, the lowest latency and the highest power consumption.
Supported runtimes:
-
OpenXR
Required permissions:
STATIC
val STATIC: QrCodeTrackingMode
Used for tracking QR codes that are known to be static or semi-static. It has less power consumption in comparison to dynamic mode. If a static QR code is moving, it will be updated with a much higher latency.
Supported runtimes:
-
OpenXR
Required permissions:
Public functions
toString
open fun toString(): String
Returns a string representation of QrCodeTrackingMode for debugging.
Note: Not intended for production use.