Decoding a 2d barcode decoding matrix in HTML / JavaScript (Android)

Context: I need to scan the barcode of a data matrix with the camera of my Android mobile phone. I access the camera via html5 and got the image into the canvas element.

Approach: I cannot find a javascript library to scan an image to decode a 2D matrix data code. Actually, I call the ZXing application and copy and return, etc. Therefore, I am not satisfied with this laborious decision.

Question: Does anyone know a javascript library for decoding two-dimensional data matrix codes? Or maybe a simple solution using another application, such as ZXing / Goggles, and get the scan result automatically in JS ?!

I would be grateful for your contribution.

+8
javascript android html5 barcode-scanner datamatrix
source share

No one has answered this question yet.

See related questions:

1567
Convert form data to javascript object using jQuery
1270
How to transfer data between actions in an Android application?
134
Integrate the ZXing library directly into the Android app
14
Barcode and Qrcode scanning with Angular js HTML5
8
Unknown encoding for data matrix encoded using Google barcode scanner (vision)
3
Use a barcode scanner built into the frame android
2
SDK for scanning data matrix in iOS
one
Decoding a bitmap using the Zxing library in android
one
pdf417 barcode reader / decoder in javascript?
0
GS1-128 decoder for Android

All Articles