Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flockonus/QR_AS3_JS_zxing
Javascript binding of AS3(.swf) zxing to read QR-codes from Webcam
https://github.com/flockonus/QR_AS3_JS_zxing
Last synced: about 2 months ago
JSON representation
Javascript binding of AS3(.swf) zxing to read QR-codes from Webcam
- Host: GitHub
- URL: https://github.com/flockonus/QR_AS3_JS_zxing
- Owner: flockonus
- Created: 2012-02-02T16:19:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T23:19:59.000Z (about 9 years ago)
- Last Synced: 2024-08-03T05:02:29.713Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 403 KB
- Stars: 21
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - QR_AS3_JS_zxing - Javascript binding of AS3(.swf) zxing to read QR-codes from Webcam (Multimedia / QR Code)
README
(sorry guys, I am not maintaining this project, check out [this fork](https://github.com/sara-sge/QR_AS3_JS_zxing) there may be others too)
# QR_AS3_JS_zxing
**This project is a simple ActionScript3 rip of Google zxing-lib, in order to read QR codes from webcam and trigger a js callback.**
For possible uses, inspiration and some use, see [my_blog_post](http://fabianosoriani.wordpress.com/2012/02/02/read-qr-code-from-javascript-and-webcam/)
The webcam is initialized as 640x480. The swf only display the webcam in real-time### Use
For most comprehensive use see [example/](https://github.com/flockonus/QR_AS3_JS_zxing/tree/master/example)
Use Firebug or Chrome Console to see results happening.### License
Use as you want, just be sure that your project is compatible with ZXing's Apache License 2.0
### FAQ or important
You _may_ experience trouble trying to run this locally on Unix systems, for that matter, you may either try on Windows or create a small localhost server.
This lib has been tested on Windows and Ubuntu, on a 640x480 webcam. Feedback is appreciated.