BarcodeAccumulationConfiguration constructor
BarcodeAccumulationConfiguration({
- int minConfirmationsStandaloneEAN = 1,
- int accumulationTime = 500,
- bool removeUnconnectedResults = true,
- BarcodeAccumulationMethod method = BarcodeAccumulationMethod.INTERPOLATE_BY_CAMERA,
Implementation
BarcodeAccumulationConfiguration({
this.minConfirmationsStandaloneEAN = 1,
this.accumulationTime = 500,
this.removeUnconnectedResults = true,
this.method = BarcodeAccumulationMethod.INTERPOLATE_BY_CAMERA,
});