Class BarcodeAccumulationConfiguration

Configuration for how to accumulate results.

Constructors

Properties

accumulationTime: number

The time in milliseconds to accumulate barcodes across multiple frames.

Default Value

500;

The method how to display barcodes from previous frames.

Default Value

"INTERPOLATE_BY_CAMERA";
removeUnconnectedResults: boolean

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 Value

true;

Generated using TypeDoc