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
1.01k stars 205 forks source link

Support JAB Code #96

Open xaverdh opened 4 years ago

xaverdh commented 4 years ago

Would be cool to have support for that in zbar! See https://jabcode.org/ and the reference implementation https://github.com/jabcode/jabcode.

jameshilliard commented 4 years ago

Looks to be license compatible at least so maybe it's possible to just import the decoder implementation from the reference implementation.