ZBar is an open source software suite for reading bar codes from various sources, including webcams. As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. There's a clone at at LinuxTV.org, and another one at gitlab.
@animus22 I have built one python helper for zbar.You can follow my helper https://github.com/wqh17101/zbar_lite
you can install by pip install zbar-lite for some basic ability.
And no error occurs.
Hello. I encounter some coredump while trying to read some qrcode using pyzbar 0.1.9 It happend when scanning image in zbar_scan_image(scanner, img)
Here is the error msg and images that made the problem.
I want to know if it was cause due to my package corruptions or else?