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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.