Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zxing on iphone: how can i scan qrcode without include zxing widget in my application?

Tags:

iphone

zxing

I'm trying to build an augmented reality application for iphone. I need to scan qrcode but i don't want to add the zxing widget.

Any idea?

Thanks

:)

like image 629
annared Avatar asked Nov 19 '25 05:11

annared


1 Answers

If you follow this tutorial http://zbar.sourceforge.net/iphone/sdkdoc/tutorial.html its easy to integrate zbar into your app. Zbar will automatically pick up either QRCodes or barcodes or you can distinguish which has been scanned. In the didFinishPickingMediaWithInfo delegate method the data will be returned as a symbol and as shown in the tutorial, the information stored in the QRCode can be accessed will "symbol.data"

Hope this helps

like image 196
octermircty Avatar answered Nov 21 '25 19:11

octermircty



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!