-
-
Notifications
You must be signed in to change notification settings - Fork 565
Closed
Labels
Description
Hi.
I am trying to develop a web application that reads barcodes by using camera.
With two-dimensional codes of type DATA_MATRIX I have no problem.
But when my script tries to scan one-dimensional barcodes of type UCC-128 / CODE_128 [such as: (91)91792429(37)5760] it fails to decode it.
I am using the following code reader:
codeReader = new ZXing.BrowserMultiFormatReader();
Why does this happen?
Thank you!
Best regards,
Lorenzo
RobertAKARobin