WICG/shape-detection-api

QR/Barcode on Windows 10

StefanFeederle opened this issue · 2 comments

Barcode detection on Windows 10 is currently unsupported. Is there anything planned?

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.

Closing this issue. Whether or not to support barcode detection on Windows 10 is up to each implementation, not the specification.