0.3.0 • Published 1 year ago

@blwd/barcode-scanning v0.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Just a fork of capacitor-mlkit repo to fix the problem with Samsung A23 scan.

It sets default resolution on imageAnalysis to 4000 x 4000 on starScan method.

ImageAnalysis imageAnalysis = new ImageAnalysis.Builder().setTargetResolution(new Size(4000,4000)).setBackpressureStrategy(ImageAnalysis.STRATEGY_KEEP_ONLY_LATEST).build();
0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago