Interface LocatorConfiguration

Locator configuration

Hierarchy

  • LocatorConfiguration

Properties

chromaReject?: boolean

Disregard colorful areas, assumes that codes are printed black on white. This is an advanced configuration option, use with care.

Default

false
forceSyncReadback?: boolean

An advanced option for disabling asynchronous reads from GPU when using 'webgl2'. Some older iOS versions have issues with WebGL2 asynchronous readbacks.

Default

false
impl?: "auto" | "webgl1" | "webgl2"

The locator implementation to use. This should normally not be changed, unless it is specifically required to target WebGL 1.

Default

'auto'
regionOfInterest?: RegionOfInterest

The region of interest in viewport coordinates.

Generated using TypeDoc