1
vote
1answer
293 views

Wrong decoding of barcodes also in ZBAR SDK example

I am using the ZBarSDK with a project for iPhone. I am using ZBar as an embeded reader. Basically hooking up a UIView in Interface Builder. Changing the class to ZBarReaderView and implementing the ...
0
votes
0answers
114 views

Change the green border for an embedded scanner (ZBar)

So I have a ZBarView within a UIViewController (for an embedded scanner) and I was wondering how I could change the Green Border to have it something like this? #import "ZBarSDK.h" @interface ...