Questions tagged [zbar-sdk]

for questions 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 128, Code 39, Interleaved 2 of 5 and QR Code.

ZBar is an open source 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 128, Code 39, Interleaved 2 of 5 and QR Code. ZBar supports several platforms: Windows, Linux, iPhone.

ZBar is used widely in iOS applications and has an SDK specifically for iphone devices.

ZBar SDK supports the iPhone 3GS and iPhone 4, as they have a camera with auto-focus. The ZBar library does not support the iPhone 3G. At the same time ZBar supports iPad 2 camera, in spite of absense of auto-focus camera.

ZBar is licensed under the GNU LGPL 2.1 to enable development of both open source and commercial projects.

Use this tag for ZBar SDK for iPhone issues. For other platforms there is tag.

217 questions
2
votes
0 answers

How to customize the ZBar SDK in iOS

I implemented the zbar sdk to read the QRCode.All is working fine and now i want to customize the camera.Please help me how can i customize the camera using ZBar SDK. My Camera screen should be like below
Madhu
  • 2,565
  • 2
  • 25
  • 32
2
votes
1 answer

QR code reader to scan multiple qr codes in ios

I would like to integrate a qr code scanner in my iOS application that can scan more than two qr codes from a picture.Is there any good scanner available?I have tried ZBarSDK in iOS, but it scans only one at a time.
Hari
  • 123
  • 1
  • 12
2
votes
0 answers

How add ZBarReaderView to viewcontroller

I try to add ZBarReaderView to my viewcontroller, this is the code I was using - (void)viewDidLoad { [super viewDidLoad]; [ZBarReaderView class]; readerView = [ZBarReaderView new]; ZBarImageScanner * scanner = [ZBarImageScanner…
Rajesh
  • 359
  • 3
  • 14
2
votes
2 answers

ZBAR read static UIImage (No Camera preview)

Im building an application for IPad and I am using ZBar. The image containing the barcode data is a UIImage called TempUIImage. How can I use ZBar to detect the value of the barcode and it's location. Note: I don't want want the camera preview at…
Hazem Abdullah
  • 1,837
  • 4
  • 23
  • 41
2
votes
1 answer

Constrain cameraOverlayView to center of screen

I'm using zBAR QR Reader in an iPad app im creating and I've added a custom crosshair overlay to the ZBarReaderViewController. I've managed to get the overlay into the center, however when the device rotates, the overlay obviously goes off center.…
2
votes
2 answers

load/using .jar or .so with delphi xe5

I would like to use the lib https://sourceforge.net/p/zbar/news/2012/03/zbar-android-sdk-version-01-released/ with delphi XE5, but the lib and. Jar and. So, You can use it with delphi XE5, how do? I need to read the barcode on my webcam!
Dark Ducke
  • 145
  • 1
  • 3
  • 12
2
votes
1 answer

iOS 7 and ZBarReaderView start takes a long time

We're using version 1.2 (and trying beta 1.3.1) of the ZBarSDK for reading barcodes in our app. We have been using this code for some time with no problems in iOS 5 and 6, but iOS 7 appears to have some issues initializing the camera. When we call…
davidethell
  • 11,708
  • 6
  • 43
  • 63
2
votes
1 answer

how to take a URL from a QR code via ZBarSDK and directly present it in UIWebView

I need to embed a QR code reader to my app. So far, ZBarSDK seems to be a good solusion for ios. I have grabbed some examples and tutorials, and embedded the function to my app successfully. However, For the tutorials I found are all just show the…
Richard
  • 125
  • 1
  • 9
2
votes
1 answer

iOS : ZBarCode reader not working on custom UISegmentedControl click

I followed this tutorial to implement zbarcode reader in my iOS application. Since I am using custom UISegmentedControl, the camera should start immediately on that segment click and start scanning the QR code. Camera is starting up, but the red…
Deepak Thakur
  • 3,453
  • 2
  • 37
  • 65
2
votes
4 answers

ZBar Android scan local QR or bar code image

I am trying to scan a local image through ZBar, but as ZBar don't give any documentation for Android but only give detailed documentation for iPhone I had customized camera test activity too much. But I didn't get any success. In ZBar cameratest…
ShujatAli
  • 1,376
  • 2
  • 14
  • 26
2
votes
1 answer

ZBarSDK don't dismiss the viewController

I am using the ZBarSDK (http://zbar.sourceforge.net/iphone/) in my app. It works fine and very fast but I have found an issue. I get this warning in the console and the scanner viewController never dismiss. It happens only when I try to scan a…
javiazo
  • 1,892
  • 4
  • 26
  • 41
2
votes
1 answer

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 any app I've tried (from the App Store). Apart…
Don
  • 16,928
  • 12
  • 63
  • 101
2
votes
1 answer

Zbar SDK is not working well in iOS6

I'm implementing an application in which I want to scan QR code. For this I have used Zbar SDK and it's scanning QR code correctly. But the problem is that, while scanning, unless and until I take a look of anything else than QR code,the QR code is…
Trup
  • 635
  • 5
  • 17
2
votes
1 answer

Embed ZBar camera in a UIView

I am using ZBarSDK for scanning QR codes using an iPad. I have this successfully working currently. However, the code I have currently opens the camera in a fullscreen modal view controller but I want to embed the camera view inside of a…
Bobster4300
  • 254
  • 4
  • 15
2
votes
4 answers

zbar sdk not working on iphone simulator by using camera simulator

I have to support barcode scanning on my project. I'm using zbar sdk for that.I have integrated the code and run using iphone simulator. I'm using camera simulator for scanning barcode.Its opening the barcode image correctly.but barcode scanning not…
Harikrishnan
  • 9,688
  • 11
  • 84
  • 127