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 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 properties

mode

Added in 1.0.0-alpha14
val modeInt