Class ArOverlayFindAndPickConfiguration

Configuration of the AR overlay.

Hierarchy

  • PartiallyConstructible
    • ArOverlayFindAndPickConfiguration

Constructors

Properties

automaticSelectionEnabled: boolean

If enabled, the scanner will always immediately scan a barcode in the viewfinder or the camera view. The overlay will mark the scanned barcodes and stays above them.

Default Value

true;

Configuration of the round badge on find and pick ar layer.

Default Value

new FindAndPickBadgeConfiguration({});

Configuration of the overlay polygon displayed on top of a barcode in the camera preview.

Default Value

new FindAndPickArOverlayPolygonConfiguration({});
visible: boolean

Control the visibility of the user guidance.

Default Value

false;

Generated using TypeDoc