Top "Zbar" questions

for questions not specific to iPhone.

how to customize CameraView for android ZBar QrCode Reader

I am using Zbar for reading QRCode. I use this https://github.com/DushyanthMaguluru/ZBarScanner example for my activity. The …

java android zbar-sdk zbar
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. …

python python-2.7 64-bit zbar
ZBAR android ARM 64 couldn't find "libiconv.so"

On samsung galaxy s6 edge my app crashes when calling the zbar sdk, for scanning. I think it is because …

android zbar
How to reliably detect a barcode's 4 corners?

I'm trying to detect this Code128 barcode with Python + zbar module: (Image download link here). This works: import cv2, numpy …

python opencv barcode barcode-scanner zbar