Hi, I am developing a J2me app which uses the camera to take a snapshot and then decodes it (using Zxing library). The target is Nokia phones.
I need to use the focus to have a clear image, if not, it is difficult to decode the image.
Since the series 40, the control "videocontrol" and "SnapShopControl" are available. I thought that for the "FocusControl" it was the same, but it isn't.
I discovered that it is almost inexistent not only for the series 40 (only some phones) but (more surprisingly) for the series 60 and symbian 3.
U can see that: http://wiki.forum.nokia.com/index.php/Java_ME_API_support_on_Nokia_devices
Theses mobile phones support JSR-234 but for audio and music, not for camera.
As you can imagine, this is very deceiving, Nokia is not doing their work well.
Did you find any solution? Perhaps another "made-by-hand" control? I am afraid I had to start programming in C++ because I haven't got much time.