浏览器中的 QRcode 光学识别
实现完全基于浏览器的应用程序(在机器网络摄像头的情况下识别 QR 码)的最先进技术是什么?
据我所知,浏览器对网络摄像头的支持总体上仍处于起步阶段。在浏览器中处理网络摄像头视频是否取得了显着的成功?
特别是,考虑到当前的 HTML5 技术,在不访问服务器进行图像处理的情况下,从浏览器中的实时网络摄像头图像中实际获取 QR 码数据,“技术上是否可行”?
What is the state-of-the-art for implementing a fully browser-based application that recognizes QRcodes in sight of the machine's webcam?
I understand that native browser support of webcams in general is still in its infancy. Have there been notable successes in processing webcam video in the browser?
In particular, is it "technically possible" given current HTML5 technologies to actually get the data of a QRcode from a live webcam image in the browser, WITHOUT making any trips to the server for image processing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 zxing 在 Flex/Actionscript 中执行此操作。请参阅此处:http://code.google.com/p/ zxing/source/browse/trunk#trunk%2Factionscript
You can do this in Flex/Actionscript with zxing. See here: http://code.google.com/p/zxing/source/browse/trunk#trunk%2Factionscript