0
votes
2answers
28 views

ZBar : custom button in Camera overlay view is not working

I'm using the ZBar SDK to read QR codes on iPhone, however I added a button in that view. But the button is not working! Even i tap the button it doesn't go to the action method of that button. Where ...
-1
votes
1answer
26 views

how can I add information to the screen when zBar Scanner is running?

Could you please guide me how can I add some information on the screen while zBar Scanner is scanning qr codes. I want to add information about detected qr code without dismissing the scanner and when ...
2
votes
1answer
79 views

Android Studio Zbar

I want to integrate Zbar into my application but cant seem to figure out how to accomplish this using the new Android Studio. I have looked through the example and have copied over the code without ...
0
votes
0answers
60 views

ZBar Reader affects Subviews of ViewController

In the app I am working on, I use ZBar framework to scan barcodes. Now I stumbled upon a strange behaviour I can“t find any answers to. When I present the ZBarReaderViewController, during the the ...
0
votes
1answer
149 views

Unable to remove warning about deprecated method in iOS 6

I am using the ZBar SDK in my application, which I am able to run just fine. However, I am getting the following warning that I can't figure out: "presentModalViewController:animated" is deprecated. ...
1
vote
0answers
117 views

App for scanning incorrect Code39 barcodes (without start/stop chars)

I have to read, with an iPhone app, a set of barcodes that have been generated with a Code39 font, but lack the leading/trailing 'asterisk', so that they are considered invalid and simply ignored by ...
0
votes
1answer
133 views

iPhone app sending data back to webserver

A little of your time. I have to develop a barcode application which is invoked from a webpage. Now i have written the javascript for calling the app. Once the app finishes reading the barcode, I have ...
0
votes
0answers
171 views

zbarSDK reader doesn't scan QR on fast devices (XCODE)

I am using the zbarSDK on my IOS app. It works like a charm and it was perfect. The problem is when I press on the Scan Button in front of a QR code (on fast device like 4s or iPhone 5), I only get ...
1
vote
1answer
330 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
3answers
804 views

ZBarReaderView UIView Camera orientation issue

I'm currently developing an iPad application that is using ZBarSDK for reading QR Codes. I am using ZBarReaderView (NOT UIViewController), so i'm showing the front facing camera in a UIView that is ...
0
votes
1answer
362 views

Android java utf-8 encoded strings

I'm trying to build an Android application using the zbar library to scan codes. I generated QRcodes with UTF-8 encoding and am using this Android app to scan them. The text I'm encoding is ...
0
votes
1answer
775 views

Implementing ZBar QR Code Reader in UIView

I really need help here. I'm pretty new to iOS/Objective-C so sorry if the problem resolution is obvious or if my code is terrible. Be easy on me!! :-) I'm struggling to integrate ZBarSDK for reading ...
0
votes
0answers
64 views

objective-C issue with getting the QRcode NSString after Scaning using the ZBar Library

I am trying to optimize my QR reader in order to use in different projects without having to create all the functions again. Ideally I would want to have a code like this one: NSString ...
3
votes
1answer
846 views

Add overlay over top of ZBar scanner

I'm using the ZBar SDK to read QR codes on iPhone, however I want to add some text to the bottom of the camera/scanner view that is instructional text for the user. Here is what I have so far: UIView ...
0
votes
0answers
120 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 ...