Reputation: 377
is it possible to read and process QR-Codes/Bar-codes without using a scanner with iPhone?
if so please mention what api is used and what frameworks are required?
Thanks.
Upvotes: 0
Views: 282
Reputation: 7383
Check these libray
ZBar an open source software for reading bar codes. ZXing a library written in Java and then ported to Objective C / C++ (QR code only). ZXingObjC
Upvotes: 0
Reputation: 1242
You can give a try to ZBAR. It has very good API documentation and easy to implement
Upvotes: 1