Type alias BarcodeScannerEngineMode

BarcodeScannerEngineMode: "LEGACY" | "NEXT_GEN_LOW_POWER" | "NEXT_GEN" | "NEXT_GEN_LOW_POWER_AR" | "NEXT_GEN_AR"

The engine mode for barcode scanning.

  • LEGACY: Legacy mode. Very fast, significantly less accurate. Doesn't support all barcode types.
  • NEXT_GEN_LOW_POWER: A faster version of the main engine mode, for use with low-power devices.
  • NEXT_GEN: Main engine mode for high-power devices. Supports all barcodes types.
  • NEXT_GEN_LOW_POWER_AR: Similar to NEXT_GEN_LOW_POWER, but optimized for AR.
  • NEXT_GEN_AR: Similar to NEXT_GEN, but optimized for AR.

Generated using TypeDoc