Top "Zbar" questions

for questions not specific to iPhone.

How to decode a QR-code image in (preferably pure) Python?

TL;DR: I need a way to decode a QR-code from an image file using (preferable pure) Python. I've got …

python decode qr-code zxing zbar
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 …

python opencv python-imaging-library zbar
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 …

android import zbar
With Zxing retiring for iOS, which barcode-scanner to switch to?

I have implemented ZXing to my iOS-app, however I am questioning it's maintainability as not long ago it was announced …

ios zxing barcode-scanner zbar
How to change libs directory in Gradle?

I want to integrate Zbar into my application but cant seem to figure out how to accomplish this using the …

android android-studio gradle android-gradle-plugin zbar
Scanning QR Code via zbar and Raspicam module

I want to use my raspi cam modul to scan QR codes. For detecting and decoding qr codes I want …

python raspberry-pi qr-code zbar
Zbar SDK - missing required architecture x86_64

I had one problem during building application in the recent Xcode 5.1. Compilation fails with "Undefined symbols for architecture x86_64" error. …

ios xcode zbar-sdk zbar xcode5.1
How do I import Zbar into my Python 3.4 script?

I am pretty new to programming, and have never used Zbar before. I am trying to write a simple script …

windows python-3.x qr-code barcode zbar
Gradle can't resolve external dependancies

For some unknown reason Gradle is refusing to download every dependancy that I put in my gradle.build file. I'm …

android gradle zbar
ImportError: No module named zbar on Linux Mint

I want to use zbar with python on Linux Mint. I tried apt-get zbar and I didn't find any packages. …

python debian apt-get zbar