qr code scanner

dudemike

Power Member
Joined
Jan 20, 2009
Messages
565
Reaction score
95
hi guys does anybody know good code to create qr code scanner, thanx
 
What language are you using? Are you talking about iOS. If so there are some free libraries to scan QR codes quite easily. And for making them it's pretty easy using php.
 
Google has an API for reading or generating QR codes. Sadly I cannot link it here....
 
no i didnt mean generating qr codes, but to script to make qr code scanner ( reader) like - red laser - or - qr barcode scanner
 
no i didnt mean generating qr codes, but to script to make qr code scanner ( reader) like - red laser - or - qr barcode scanner

Yeah there's a library on google code called "ZXng" or "zebra crossing" with ports to various formats...

ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. Our focus is on using the built-in camera on mobile phones to scan and decode barcodes on the device, without communicating with a server. However the project can be used to encode and decode barcodes on desktops and servers as well. We currently support these formats:
 
well i would need a script to build the app, not what apps are available
 
Yes it's a library for including the bar code scanning functionality in your own programs/apps. It's not a bar scanning program, just a library of methods you can call from your own program...
 
ZXing is a simple library that can be integrated to provide QR scanning . It's as simple as a line of code to start scanning , and returns the data on the QR code. There is an iphone port , and Android version. Add to that a phonegap plugin for cross platforms !
 
ah ok thanks hassan
 
Back
Top