我正在尝试创建QR码。我已经使用javascript qrcode成功创建了它。但是,我不知道如何使用Javascript中的网络摄像头扫描QR码。
我在Google上搜索了它并找到https://qrcodescan.in/,但是当我在本地路径中运行代码时,我收到错误:
Uncaught DOMException: Failed to construct 'Worker':
Script at 'https://qrcodescan.in/decoder.min.js' cannot be accessed
from origin 'null'.
我不知道如何纠正这个错误。你能建议我怎么解决它吗?非常感谢你。