AugmentedImageDatabaseEntryMode


class AugmentedImageDatabaseEntryMode


The mode the augmented image is being detected with

Summary

Public companion properties

AugmentedImageDatabaseEntryMode

Mode with the highest accuracy and the lowest latency.

AugmentedImageDatabaseEntryMode

Mode used to track images that are known to be static or semi-static.

Public functions

open String

Returns a string representation of AugmentedImageDatabaseEntryMode for debugging.

Public properties

Int

Public companion properties

DYNAMIC

val DYNAMICAugmentedImageDatabaseEntryMode

Mode with the highest accuracy and the lowest latency. Used for tracking moving images. It has the highest power consumption

STATIC

val STATICAugmentedImageDatabaseEntryMode

Mode used to track images that are known to be static or semi-static. It has less power consumption in comparison to dynamic mode. If a static image is moving, it will be updated with a much higher latency

Public functions

toString

open fun toString(): String

Returns a string representation of AugmentedImageDatabaseEntryMode for debugging.

Note: Not intended for production use.

Public properties

mode

Added in 1.0.0-beta02
val modeInt