Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read/scan Barcode?

Tags:

iphone

how can I be able to implement read/scan bar code in my iphone application. I also would like to know how to implement it into the iphone application. If possible suggest me the links and example source code and applications to understand how it works.

like image 681
Jignesh Fadadu Avatar asked Feb 22 '23 20:02

Jignesh Fadadu


1 Answers

I'm using the Zbar framework that is available here

http://zbar.sourceforge.net/

Check out the documentation it is well explained on how to implement it

edited: tutorial for implement Zbar: http://zbar.sourceforge.net/iphone/sdkdoc/tutorial.html

like image 136
wanmuz Avatar answered Mar 02 '23 15:03

wanmuz