WICG / shape-detection-api

Detection of shapes (faces, QR codes) in images
https://wicg.github.io/shape-detection-api
Other
306 stars 36 forks source link

QR/Barcode on Windows 10 #67

Closed StefanFeederle closed 5 years ago

StefanFeederle commented 5 years ago

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

tomayac commented 5 years ago

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 5 years ago

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