jeromeetienne / jquery-qrcode

qrcode generation standalone (doesn't depend on external services)
http://blog.jetienne.com/blog/2011/04/07/jquery-qrcode/
MIT License
4.85k stars 2.51k forks source link

Example/Support to Read the QR Code #38

Closed virendrapatidar closed 11 years ago

virendrapatidar commented 11 years ago

Does it provide any support to read the QR code and retrieve the actual values.? If yes, please provide example.

jeromeetienne commented 11 years ago

no, it takes care of the generation, not the recognition

virendrapatidar commented 11 years ago

Do you know any java script libs/module which can read the QR code encoded by your module?

JohnSlaughter commented 11 years ago

I'm having a hard time understanding the question. How are you passing the QR code to the Javascript to begin with? I'm not aware of any mobile browsers that have direct access to their device's camera.

Regardless, jeromeetienne is correct, this library is only for creating QR codes that can be scanned. Reading them is a whole other paradigm.

ryderr commented 11 years ago

mobile safari in iOS 6 has direct access to the phone's cam.. its pretty great