在我自己的应用程序中读取 S60 条形码

发布于 2024-08-26 20:04:53 字数 69 浏览 7 评论 0原文

如何在我的 S60 应用程序中使用条形码读取功能?
有没有我可以使用的免费库?甚至是商业的?

谢谢。

How can i go about using bar code reading capabilities with my S60 application?
Is there any free libs that i can use? or even comercial ones?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

楠木可依 2024-09-02 20:04:53

ZXing 的 J2ME 代码将在 S60 上运行,但由于两个原因不是最理想的。 J2ME 无法在诺基亚设备上访问自动对焦功能,这严重妨碍了条形码读取。 Symbian 代码可以而且将会快得多。然而我不知道用于此目的的合适的 Symbian 代码。也许您可以使用 J2ME 代码作为移植的起点。

The J2ME code from ZXing will work on an S60, but is suboptimal for two reasons. J2ME can't access auto-focus on Nokia devices, which severely hampers barcode reading. Symbian code can, and will be much faster. However I don't know of decent Symbian code for this purpose. Maybe you can use the J2ME code as a starting point for a port.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文