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.

link|improve this question

what programming language (C/C++, Java, Python) and which licenses are ok? – Johannes Weiß Mar 22 '10 at 14:08
I prefer Java but i'm fine with either programing language. And i would like to hear any option that comes to mind. – Nimrod Shory Mar 22 '10 at 14:42
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
+1 Thank you Sean – Nimrod Shory Mar 28 '10 at 8:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.