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.
我正在寻找第 3 方解决方案以将QR 码阅读器集成到 Windows Mobile 应用程序(.NET Compact Framework)中。该组件应集成 Reader(相机)和 Decoder(算法)。
我试用了QuickMark阅读器,它可以在应用程序外部调用并使用 Windows 消息进行通信。它运行良好,但并没有给我需要的所有选项(例如,它必须安装等)。
还有其他我可能错过的好的解决方案吗?有什么开源的吗?在不同的设备上测试?
这是 Java QR 代码库的开源 C# 端口。
你试过这个:QRCode .NET Compact Framework Package 吗?