QrCodeTrackingMode


public final class QrCodeTrackingMode


Feature that allows tracking of and provides information about QR codes.

Summary

Public fields

static final @NonNull QrCodeTrackingMode

QR codes will not be tracked.

static final @NonNull QrCodeTrackingMode

Used for tracking moving QR codes.

static final @NonNull QrCodeTrackingMode

Used for tracking QR codes that are known to be static or semi-static.

Public methods

final int

Public fields

DISABLED

public static final @NonNull QrCodeTrackingMode DISABLED

QR codes will not be tracked.

DYNAMIC

public static final @NonNull QrCodeTrackingMode DYNAMIC

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

public static final @NonNull QrCodeTrackingMode STATIC

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 methods

getMode

Added in 1.0.0-alpha15
public final int getMode()