gruhn / vue-qrcode-reader

A set of Vue.js components for detecting and decoding QR codes.
https://gruhn.github.io/vue-qrcode-reader
MIT License
2.04k stars 330 forks source link

Problem with aztec and barcodes #199

Closed estebancores closed 3 years ago

estebancores commented 3 years ago

im trygin to read aztec codes but it doesn't work. what can i do to be able to read those kind of codes

gruhn commented 3 years ago

This library can only process QR codes out of the box. However, you have the option to pass a custom WebWorker which may implement arbitrary scanning procedures:

https://gruhn.github.io/vue-qrcode-reader/api/QrcodeStream.html#props

carcade commented 3 years ago

im trygin to read aztec codes but it doesn't work. what can i do to be able to read those kind of codes

Do you have any success implementing aztec code reading with vue-qrcode-reader?

estebancores commented 3 years ago

im trygin to read aztec codes but it doesn't work. what can i do to be able to read those kind of codes

Do you have any success implementing aztec code reading with vue-qrcode-reader?

No man, I have to use this library to create my own aztec code reader, it also works with a several kind:

https://github.com/zxing/zxing

I hope you can solve your problem

carcade commented 3 years ago

im trygin to read aztec codes but it doesn't work. what can i do to be able to read those kind of codes

Do you have any success implementing aztec code reading with vue-qrcode-reader?

No man, I have to use this library to create my own aztec code reader, it also works with a several kind:

https://github.com/zxing/zxing

I hope you can solve your problem

Thanks for reply!