donny681 / ESP32_CAMERA_QR

Apache License 2.0
628 stars 225 forks source link

Other barcode types #2

Closed alfierivera closed 5 years ago

alfierivera commented 5 years ago

Is it possible to implement recognition of other barcode types?

This would be extremely useful, the esp could become a very easily integrated scanner for projects that need it.

donny681 commented 5 years ago

I think it can do it.Find a library of barcode types and it seems like that decode qrcode

alfierivera commented 5 years ago

1d barcodes are usually easier to decode than 2d ones. Is there anything I can do to help you?

donny681 commented 5 years ago

@alfierivera Thanks.Recently I'm busy .If you want to decode other barcode types,you can refer to libqrencode (https://github.com/fukuchi/libqrencode)and you can try it .if you success,please pull request your code .Thanks

alfierivera commented 5 years ago

That library refers to qr encoding, and in talking about decoding for 1D barcodes like ean and codebar