donny681/ESP32_CAMERA_QR

Other barcode types

alfierivera opened this issue · 4 comments

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.

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

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

@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

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