mchehab / zbar

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.
https://linuxtv.org/downloads/zbar/
GNU Lesser General Public License v2.1
951 stars 201 forks source link

core dump during scanning image #218

Open animus22 opened 2 years ago

animus22 commented 2 years ago

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? LINEQRcode (1) web_スタンド18番_LINE_QR-thumb-autox662-3166

Screen Shot 2022-04-06 at 2 26 08 PM Screen Shot 2022-04-06 at 2 26 57 PM
wqh17101 commented 1 year ago

@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. image