zbar-sdk Questions

4

After I integrate ZBar Sdk into my project, my xcode 5-DP starts showing below warning: "ld: warning: linking ObjC for iOS Simulator, but object file (/Documents/Projects/Project/Utility/ZBarSDK...
Allsun asked 11/9, 2013 at 11:47

4

Solved

I have downloaded from git latest zBar QR Code Scanner (SDK 0.2). I am trying to implement it in my application. I work on Android Studio. What have I done: I have copied zBar.jar to libs folder...
Drice asked 11/12, 2013 at 16:32

8

Solved

I am using ZBar Bar Code Reader for iOS 5.0 and above in my iOS App. I have made info button hidden using following code on Camera Interface. UIView * infoButton= infoButton = [[[[[reader.view.su...
Lecherous asked 3/5, 2013 at 7:8

3

I am using zbar scanner library in my project. After updating to sdk 23 Marshmallow scanner is not working. Following is the gradle file. Scanner is working if I set targetSdkVersion anything other...
Joyejoyful asked 15/10, 2015 at 15:44

7

just got some errors runnign ZBar with my iOS App. I included the newest Beta Version 1.3.1 in my Project and am Running the App locally on my iOS7 Device (iPhone 5). When trying to archive it fo...
Cosmotron asked 15/1, 2014 at 14:46

2

Solved

I am having an issue with my barcode scanning application, the code runs perfectly until I test the Scan button, at this point it crashes, and I receive the following error: 01-28 23:15:51.314 226...
Matronymic asked 29/1, 2015 at 7:30

1

I need to create a Code 128 barcode with a maximum of 44 characters. What is the maximum number of characters supported by the Code 128 barcode format? I came to know that Code 128 can encode all ...
Nadene asked 17/6, 2014 at 12:0

2

I have my app integrated with ZBar. It is working perfectly in iOS 7.1 and below, but in iOS 8.0 devices I find that the camera view is firstly shown in black. However, if I send the app to backgro...
Dehart asked 22/9, 2014 at 7:57

4

Can anyone tell which library is better in small QR Codes recognition under low lighting conditions? Platform is iPhone 4/iOS 5 I tried both Barcodes (zxing) and the ZBar apps and it seems that zxi...
Submultiple asked 19/1, 2012 at 20:46

6

I had one problem during building application in the recent Xcode 5.1. Compilation fails with "Undefined symbols for architecture x86_64" error. I build my project with Valid Architecture: armv7, ...
Lewison asked 26/3, 2014 at 12:0

6

I replace zBar SDK in my project and faced with the problem. ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Volumes/ZBarSDK/ZBarSDK/libzbar.a file '/Volumes/ZBarSDK/ZBar...
Emplane asked 14/10, 2013 at 13:34

2

Solved

I want to scan a static UIImage using Zbar sdk, it gives error i.e. ZBarSymbol is Null I also checked ZBarReaderController: UIImagePickerController But as it is subclass of UIImagePickerCon...
Reversible asked 17/2, 2014 at 6:48

6

Solved

Ok, so I'm using the ZBar SDK to scan barcodes in my iPhone app. I've successfully implemented the sample code, but now I want to change the frame of the scanner view (i.e: To half the screen size)...
Anaesthesiology asked 6/7, 2011 at 23:23

1

I want to change the area of camera scan. Now I take image to scan as big as screen of device. I'm trying to crop image to analyze. So just the center of preview will be source to scan. Is there an...
Weal asked 20/9, 2013 at 13:37

9

Solved

I was using ZBar for scanning in iOS5 and it was working well. Now after updating to iOS6, its not working. It shows a following error. ld: file is universal (3 slices) but does not contain a(n...
Destinee asked 20/9, 2012 at 5:43

3

Solved

I am very satisfied with ZBar scanning performance, however I ran into a big problem on a project that runs under ARC if that counts at all. Namely, it seems that there is a serious memory leak th...
Karb asked 5/9, 2013 at 13:56

1

Solved

I am using Zbar for reading QRCode. I use this https://github.com/DushyanthMaguluru/ZBarScanner example for my activity. The Question is how can I show cameraView on my FrameLayout ? EDIT: @Ov...
Puling asked 6/8, 2013 at 11:52

3

Solved

I am developing iOS app with ZBar SDK for QR-codes scan. Here ZBar SDK creators tell us that Only the iPhone 3GS and iPhone 4 are supported, as they have a camera with auto-focus. The ZBar lib...
Lithia asked 16/5, 2012 at 10:33

1

Solved

I am trying to write the embedded reader example in ZBar SDK using a story board and not NIB files. I Declare my IBOutlets as so: @interface MYQViewController : UIViewController < ZBarReaderVie...
Stopgap asked 10/10, 2012 at 12:50

2

I have a project which uses the zbar-sdk (a barcode scanning library). After updating my machine to xcode 4.5 and ios6sdk I am having some troubles. I was able to build to the simulator without t...
Kilburn asked 23/9, 2012 at 9:46

1

Solved

I'm facing a weird problem. I'm developing an iOS command line barcode scanner utility using libzbar (yes, this is for jailbroken devices). All goes fine except when I'm trying to use the CGImageCr...
Lissie asked 11/9, 2012 at 6:19

1

I am using below code to scan bar code using Zbar sdk. I go through related question of stackoverflow but that answer is not working for me. Till now I have done, -(IBAction)btnCLick { ZBarRea...
Chorister asked 4/1, 2012 at 11:48

3

Solved

I am building an iOS, code scanner project using ZBar SDK. I am trying to build my project directly from the source of ZBar, rather than including the libzbar.a static library. I have downloaded t...
Mellifluous asked 25/3, 2012 at 13:27

1

I am trying to get ZBar in a debug session. I am able to do so, but I can't get the optimizer to turn off, so my debug session jumps around unexpectedly and many variables are labeled as optimized-...
Procession asked 15/3, 2012 at 17:47
1

© 2022 - 2024 — McMap. All rights reserved.