本文介绍了如何在HTML / Javascipt(Android)中解码2d数据矩阵条码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

背景:我需要用我的Android手机的相机扫描数据矩阵条形码。我通过html5访问相机并将图片放入画布元素。



方法:我找不到用于扫描的JavaScript库用于解码2D数据矩阵码的图片。实际上我打电话给ZXing应用程序并复制并返回等等。所以我对这个费力的解决方案不满意。



问题:有人知道用于解码2D数据矩阵码的javascript库吗?或者通过使用像ZXing / Goggles这样的其他应用程序来轻松解决问题,并自动将扫描结果返回给JS?!



我很感激您的输入。

解决方案

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

Approach: I can't find a javascript library for scanning a picture to decode a 2D data matrix code. Actually i call the ZXing App and copy and go backt etc. So i'm not happy with this laborious solution.

Question: Somebody knows a javascript library for decoding 2D data matrix codes? Or maybe an easy solution by using another app like ZXing / Goggles and get the result of the scan automatically back in JS?!

I'd appreciate your input.

解决方案


这篇关于如何在HTML / Javascipt(Android)中解码2d数据矩阵条码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 09:44