代码建议提供在桌面(非移动)上使用相机阅读二维码

Suggestions for code provide reading QR code with camera works on desktop(not mobile)

我需要在桌面端(不是手机端)用摄像头读取二维码,但那不是小程序。(为什么我不能选择小程序所以chrome将撤回支持)。我更喜欢java 或 java脚本代码。

请帮忙

一些可能有用的库

https://serratus.github.io/quaggaJS/

https://github.com/LazarSoft/jsqrcode

这就是 Google 给我的 -

  1. Open Source QR Code Library 好像是这个名字。 GPL 许可并与 Java
  2. 集成
  3. ZBar bar code reader支持二维码。拥有更灵活的 LGPL 许可证,但似乎 API 仅支持 Python、Perl、C++?

read qrcode with camera what work on js