在我自己的应用程序中读取 S60 条形码
如何在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.