Class BarcodeAccumulationConfiguration

Configuration for how to accumulate results.

Constructors

Properties

accumulationTime: number = 500

The time in milliseconds to accumulate barcodes across multiple frames.

Default is 500

method: BarcodeAccumulationMethod = "INTERPOLATE_BY_CAMERA"

The method how to display barcodes from previous frames.

Default is INTERPOLATE_BY_CAMERA

removeUnconnectedResults: boolean = true

If true, the results from previous frames that are not connected to results on the current frame will be removed. This is should be enabled when large camera movements are expected. For small camera movements, the option can be disabled.

Default is true