jQuery - How to read QR Codes with web cam? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts an开发者_开发知识库d citations.
Closed 3 years ago.
Improve this questionI am looking for information on how to read QR codes from a web cam.
We want to put web cams in our kiosks and have the user hold their paper receipt up to the web cam on the kiosk and access their info.
It would be awesome if there was a jQuery plugin for this?
Any help or ideas would be greatly appreciated.
There is a product in google code that is somewhat similar. I haven't tryed but I looking for something similar. http://code.google.com/p/jquery-webcamqrcode/
There's a JS/jQuery library here: https://atandrastoth.co.uk/main/pages/plugins/webcodecamjs/
This cannot be done using native HTML (yet?). You could either use Flash\Silverlight to capture the web-cam output, each of them has qr code libraries (.Net, Flash)
精彩评论