Javascript二维码读取库

发布于 2024-12-09 05:39:04 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

紅太極 2024-12-16 05:39:04

更新我终于使用jsqrcode发布了我的演示。请在此处尝试一下。

这些 http://www.webqr.com/ 家伙实际上已经将 ZXing 二维码扫描器移植到了 javascript https://github.com/LazarSoft/jsqrcode

您唯一需要闪光灯的就是使用网络摄像头(在他们的示例中)。 JavaScript 解码和检测适用于画布元素。

我目前正在使用 HTML5 Camera API 和 LazarSoft 的 javascript 位来检测和解码浏览器中的 QR 码。纯 web :-D

对于桌面测试,请在 chrome:flags 下设置启用 MediaStream 标志,或从 Opera Labs 获取相机捆绑客户端 http://snapshot.opera.com/labs/camera/

UPDATE I finally put up my demo using jsqrcode. Try it here.

These http://www.webqr.com/ guys have actually ported the ZXing qrcode scanner to javascript https://github.com/LazarSoft/jsqrcode !!

The only thing you need the flash thing for is to use the webcam (in their examples). The javascript decode and detection works on canvas elements.

I'm currently using the HTML5 Camera API and the javascript bits from LazarSoft to detect and decode QR codes in the browser. Pure web :-D

For desktop testing set the Enable MediaStream flag under chrome:flags, or get the camera bundled client from Opera Labs http://snapshot.opera.com/labs/camera/

怪我鬧 2024-12-16 05:39:04

这是当前用于条形码扫描的库:
https://github.com/wildabeast/BarcodeScanner

现在是 Cordova / PhoneGap 的官方跨平台 BarcodeScanner
https://github.com/phonegap/phonegap-plugin-barcodescanner

This is the current go to library for barcode scanning:
https://github.com/wildabeast/BarcodeScanner

Now the official cross-platform BarcodeScanner for Cordova / PhoneGap
https://github.com/phonegap/phonegap-plugin-barcodescanner

深白境迁sunset 2024-12-16 05:39:04

这个看起来不错。根据他们自己的描述:

使用 Lazar Laszlo 移植的 ZXing Java 库,QCodeDecoder 带来了
为网络提供了一个处理 QRCode 解码的出色接口,
可在台式机和手机上使用。

演示:http://cirocosta.github.io/qcode-decoder/

存储库:https://github.com/cirocosta/qcode-decoder

This one looks nice. According with their own description:

Using Lazar Laszlo's port of ZXing Java library, QCodeDecoder brings
to the web a great interface for dealing with QRCode decoding, being
usable both on desktops and mobile phones.

Demo: http://cirocosta.github.io/qcode-decoder/

Repository: https://github.com/cirocosta/qcode-decoder

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文