Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 java 应用程序,它从图像中提取 QR 标签,将其重新缩放为 768x768 并发送到解码器进行解码。我正在通过意图使用 ZXing 进行解码,但它太慢了!
解码 QR 大约需要 6-8 秒。有什么办法可以在不改变 QR 图像大小的情况下减少这个时间?
谢谢!