Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use smartphone camera from a web app to scan QR code

I want to build a web app (Html5 + Javascript, NO flash) than, using the smartphone camera, scan a QR code, and sends the result to a server. Is that posible?

Thanks!

like image 253
Imaky Avatar asked Jan 30 '13 03:01

Imaky


1 Answers

Yes, yes it is possible:

How to create a QR code reader in a HTML5 website?

hope that helps.

There would be lots of libraries and examples out on the internet. I would suggest googling it and checking out some open source projects.

like image 154
ddoor Avatar answered Sep 20 '22 19:09

ddoor