Possible Duplicate:
JavaScript QR Code Reader – can it be done? Or, Remote Service?
Is there any way to scan the bar/qr codes using only javascript.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a javascript port of ZXing which allows you to parse QR Codes in images
or the canvas object.
To use it for scanning barcodes in images generated from a webcam you either need a
small flashbased module or a browser that already supports the html5 media capture api
https://github.com/LazarSoft/jsqrcode