for questions not specific to iPhone. ZBar is an open source (GNU LGPL 2.1) software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code ...

learn more… | top users | synonyms

0
votes
0answers
22 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 ...
1
vote
0answers
64 views

ZBar vs ZXing performance?

I'm currently working on a hardware setup which requires me to scan as many QR codes as possible as quickly as possible. However, I have not found any kind of performance comparison between ZXing and ...
1
vote
0answers
18 views

Zbar sdk, not scanning images that contains two or more lines data in it

I am using zbar sdk and it s not scanning those images that contains two or more lines of data in it, but through camera that works, how it can be solved. Thanks in advance.
0
votes
0answers
21 views

QR code detection via zbar

I am able to decode the QR code via zbar 0.10, however, I don't know how to detect the QR code. I know that in the processing pipeline, detection should be achieved first before decoding can take ...
0
votes
0answers
31 views

Python version issue while configuring zbar

I am building zbar package on Linux but at configure stage, I'm stuck with the following error: checking for a Python interpreter with version >= 2.3.5... none configure: error: no suitable Python ...
0
votes
1answer
247 views

customize camera view for android using zbar for QR code scanning

I am new in android development. My app should activate camera to scan qr code, decode the qr code to a string. This works fine, but I have one more requirement to present the camera view in a frame ...
-1
votes
0answers
50 views

customize view of the camera when scanning QR code with zbar [closed]

I need to present logo and put a frame of a certain size for the camera view when scanning qr code using zbar sdk for Android. Is there way to do that? Please, advise.
1
vote
2answers
52 views

Trouble identifing this barcode, using zbar and redlaser [closed]

So I've got this barcode (which I will attach) and I don't know how to decode it, both zbar on my desktop and redlaser on my phone cannot read it. After a lot of googling, and reading on forums I ...
0
votes
0answers
15 views

Mac OS 10.7.5 have problems when install zbar [migrated]

I have use command "sudo easy_install zbar" but there are some errors showing: lipo: can't open input file: /var/tmp//ccRtiEWJ.out (No such file or directory) error: Setup script exited with ...
0
votes
1answer
85 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. ...
0
votes
0answers
54 views

Capture Bar Code as image and Decode it using ZBAR

Currently i am using ZBAR reader for decoding the QR codes. It is working fine. The problem occurs when QR code is heavily populated. ZBAR takes some time to read the content and due to this delay, ...
0
votes
0answers
47 views

Unable to dismiss ZBarReaderViewController in imagePickerController didFinishPickingMediaWithInfo

Hi I'm developing a QR code reader app and having so much trouble when dismissing the ZBarReaderViewController. I have a view controller with a button which creates the reader and presents it. - ...
1
vote
0answers
173 views

QR scanner with ZXing and ZBar doesn't read low quality codes on cards

I have made applications using ZXing and ZBar both. Both are working fine and read good quality QR codes always. But problem is when I scan the code on a card which is not that much nice in quality ...
0
votes
1answer
189 views

Android ZBar custom integration

Good day. I'm trying to create tabbed application (via TabHost), tab bar with icons should be available at all time. However one of my activities implements ZBar component. The recommend way of usage ...
0
votes
1answer
128 views

Flash in zBar Camera

I am using ZBAR for Qr code scanning. I had implemented ZBar correctly. Now I want to make flash light on or off in Zbar. On ZBar website I only get information about Torch but no information about ...
0
votes
0answers
198 views

ZBarScannerActivity interfering with com.google.android.gms.maps.MapFragment

OK, so there is no easy way to explain this problem I have but I'll do my best ;-) What I have is a simple TabActivity. I one tab I have ZBarScannerActivity and in the other one I have the Google ...
0
votes
1answer
47 views

Most Current Version and Further Development/ new Features [closed]

i am wondering since the last commit date I found on the page was from Aug 8, 2011, if the ZBar Lib is still up to date. I decided last year to go with Zbar because of the good voting on ...
1
vote
1answer
62 views

ZBarMonotouchBinding Error When Returning Symbol Data

I'm using v2 of the ZBarMonotouchBinding that I downloaded from here on sourceforge. This version didn't come with a libzbar.a file, so I'm using the libzbar.a file from v1 of the binding (which may ...
1
vote
0answers
100 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
0answers
68 views

Edit ZBar to read not standard codes [closed]

I need to read bar-codes that use the code39 standard but do not follow the rule of showing a starting and trailing star. This makes the printed code not standard and unreadable by any barcode ...
0
votes
1answer
125 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 ...
1
vote
1answer
212 views

Warning: Attempt to present <MachinesDetailViewController: 0x1e5bfc50> on <UITabBarController: 0x1f867d90> whose view is not in the window hierarchy

Im trying to get a scanned QR code to display a view controller with information about the item the code represents. When I try and segue to the detail view controller, it comes up with: Warning: ...
0
votes
0answers
163 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
1k views

Zbar integration into Android app

I am using the Android ADT Bundle for dev work. After reading multiple guides online I have added the package com.dm.zbar.android.scanner to my project. I have included the files CameraPreview.java, ...
0
votes
1answer
57 views

ios-focusing make too long

I realize scanning bar code with ios abd zbar:ZBarReaderViewController.but when the camera show, the focusing very blurry,always need two second focus to become clear,why this happen?is there some ...
0
votes
0answers
106 views

How to edit the UI of the CameraPreview in the ZBar library?

While using the ZBar library to develop an Android application, I notice that it calls ZBarScannerActivity.class which uses a CameraPreview class. During execution, the CameraPreview consists of the ...
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 ...
1
vote
0answers
155 views

Are there any barcode scanner SDK's that use the iSight camera on a Mac with OS X 10.8? [closed]

I know that ZBar has one here that is open source, but it's really slow and the barcode has to be exactly positioned for the camera to scan. Are there any other known barcode scanners that use iSight ...
0
votes
3answers
659 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
286 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
669 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
201 views

zBar Scanner View Controller Won't Dismiss Until Segue

I'm working with ZBar and am trying to add a subview to show a searching UIActivityIndicatorView after I scan a barcode and before my new view is ready (slow web lookup, etc). Here is the code: - ...
0
votes
0answers
60 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 ...
2
votes
2answers
454 views

After update the APK supports fewer devices than previously

I have a relative simple App that was already in the Play-Store of Google. Now I've made an Update of this App. One Point of this Update was that I include the ZBar-Scanner. The Rest of the changes ...
1
vote
2answers
310 views

unable to scan barcode with front camera

We are using Zbar library scan code type 128 barcode, library works properly for back-end camera in android devices and also gives successful scan result. But when we used the same library for Front ...
3
votes
1answer
749 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
2answers
169 views

How to install ZBar for 64-bit Windows and Python 2.7?

I'm trying to use the zbar library with Python 2.7 and Windows 64-bit, but there are no readily made .exe installations. I'm fairly new to "making the build" myself. What are the steps?
0
votes
2answers
437 views

can't decode QR codes from OpenCV image after it has been converted to PIL

I've been using OpenCV methods to get images from my camera. I'd like to decode QR codes from those images using the zbar library, but after I convert the images to PIL to be processed by zbar, it ...
0
votes
1answer
631 views

convert openCV image into PIL Image in Python (for use with Zbar library)

I'm trying to use the Zbar library's QR code detection methods on images I extract with OpenCV's camera methods. Normally the QR code detection methods work with images (jpg, png, etc.) on my ...
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 ...
2
votes
2answers
338 views

iOS: ZBar SDK unicode characters

When scanning QR codes with ZBar the string resulting from the process does not display unicode characters properly. The word Márti encoded as a QR code by any free to use QR code generator (like ...
0
votes
1answer
495 views

How to Compile ZBar examples? (undefined reference…)

I need to use ZBar libs for my own c++ program, but I can't even compile the examples. It looks like the compiler can't find the object files or something like that, I get errors like "undefined ...
3
votes
0answers
669 views

Android ZXing vs ZBar

I have implemented ZXing in my Android app but am having issues with scanning in portrait mode. I have been referred to ZBar by a colleague but just wanted to get a quick overview of it's ...
0
votes
0answers
300 views

Zbar Raspberry Pi Installation

I'm attempting to install zbar on my raspberry pi. I build the source by entering: ./configure make make install After the install finishes, I enter python and attempt to import zbar. Doing this ...