-
Hi, first off, thanks for creating and sharing this project!
I'm stuck at the point where zbar_scan_image is called in the DLL. It always returns a 0.
According to the documentation (see [1]), this m…
-
I want to install zbar in python and use it in python.
I did run
`python setup.py install` but i get this error
```
C:\Program Files\Python310\python.exe: can't open file 'C:\\Users\\princ\\…
-
```
[...]
Building wheels for collected packages: zbar, tornado, backports.ssl-match-hostname
Running setup.py bdist_wheel for zbar ... error
Complete output from command /usr/bin/python -u -c "im…
-
The Perl interface on meta::cpan is from before the project was forked and is thus ancient.
Would it be possible to take ownership of that and updated it to match the perl interface that is in this…
-
This seems related to some of the other JPEG issues that have been posted before: https://github.com/willglynn/ruby-zbar/issues/5 https://github.com/willglynn/ruby-zbar/issues/2 https://github.com/wil…
-
raise ImportError('Unable to find zbar shared library')
ImportError: Unable to find zbar shared library
The path is set right but this error still shows up while importing the library.
Os: …
-
When we're going down the road toward supporting some parts of 3T physics, downstream codes will want to query mean atomic number and mean atomic weight. This would also be a useful pre-requisite for…
-
How I want to show price in my application
-
i want work with python3 ,pyzbar support code 93,but cann't build success.
Anyone can help me,thanks.
D:\download\zbar-master\python>python setup.py install
running install
running build…
-
Now I'm trying to detect a QR code with ZBar in both python and C#.
In python, I succeeded in detecting both string data and the 2D position of the QR code in the following way.
from pyzbar.…