Barcode scanner not detecting Code 128 barcodes #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
ZXing BrowserMultiFormatReader scanned ALL barcode formats on every frame, missing 1D barcodes like Code 128. Camera used manual stream + decodeFromVideoElement (older API).
Fix
decodeFromVideoDevice(handles camera + scanning in one call)Commits
b20998e