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.03k stars 330 forks source link

imageData is null #250

Closed fraaalk closed 11 months ago

fraaalk commented 3 years ago

When using QrcodeDropZone or QrcodeCapture @detect event as described in the api (https://gruhn.github.io/vue-qrcode-reader/api/QrcodeCapture.html#events), imageData inside the returned promise is always null.

In https://github.com/gruhn/vue-qrcode-reader/blob/master/src/misc/scanner.js#L28 its set to null. Is it possible to pass the imageData? This is necessary to display a preview of the uploaded or dragged file.

Copy the api example and console.log(imageData)

nabenzine commented 1 year ago

This bug is really anoying, is there any news on that?

Thank you!

gruhn commented 1 year ago

No news. Sorry I’m too busy to debug this. If anyone is able to pin this down I’ll be happy to merge.

github-actions[bot] commented 11 months ago

This issue has been marked as stale. If there is no further activity it will be closed.