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 properties

Int

Public companion properties

DISABLED

val DISABLEDQrCodeTrackingMode

QR codes will not be tracked.

DYNAMIC

val DYNAMICQrCodeTrackingMode

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 STATICQrCodeTrackingMode

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 properties

mode

Added in 1.0.0-alpha15
val modeInt