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
1k stars 206 forks source link

Issue with PDF417 decoding #249

Open vishaljangid1729 opened 1 year ago

vishaljangid1729 commented 1 year ago

I am attempting to use the ZBar library to decode PDF417 barcodes on the web using Web Assembly. I need help with detecting PDF417.

I have tested the ZBar library with other types of barcodes, and it works perfectly, so the issue is specific to PDF417 decoding.

Could someone from the community or the ZBar development team help me troubleshoot this issue? Is there a workaround or a fix that I can apply to resolve this problem?

jameshilliard commented 1 year ago

Duplicate of #3.