JavaScript QR Code Reader - can it be done? Or, Remote Service?

Posted by Myk on Stack Overflow See other posts from Stack Overflow or by Myk
Published on 2010-04-02T13:51:49Z Indexed on 2010/04/02 13:53 UTC
Read the original article Hit count: 204

I'm doing a bit of preliminary research on an upcoming project and I have a quick question that I figure I'll throw up here while I look elsewhere, in case anyone has any experience with this.

The question is simple: is it possible to read a QR code using JavaScript? Is there a remote service to which I can pass a bitmap object from a camera and do it that way? Are there currently any libraries that allow this?

The project is going to be deployed to various mobile devices and we'd like to try to use Appcelerator to make it work. I know Appcelerator does expose the Camera API on its host devices, but whatever we do with it has to be able to parse QR codes. Is this something that can be done?

Thanks in advance! myk

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about qr-code