QR/Barcode on Windows 10
StefanFeederle opened this issue · 2 comments
StefanFeederle commented
Barcode detection on Windows 10 is currently unsupported. Is there anything planned?
tomayac commented
The problem is that Windows doesn’t have support for barcode scanning on the system level: https://github.com/WICG/shape-detection-api/blob/master/README.md#windows. I guess your best bet right now is to go with a wasm port of ZXing.
reillyeon commented
Closing this issue. Whether or not to support barcode detection on Windows 10 is up to each implementation, not the specification.