Hi, I am developing a j2me application for Nokia N73 and I am unable to get the FocusControl for the main camera. Here is the snippet I am having trouble with:
I need to set the camera to Macro mode or equivalent.PHP Code:player = Manager.createPlayer("capture://video");
player.realize();
FocusControl focus = (FocusControl)
player.getControl("javax.microedition.amms.control.camera.FocusControl");
if(focus!=null) {
// control the focus
} else {
// can't get focus control (always runs this step)
}
Has anyone encountered this kind of problem?
Thank you in advance,
João

Reply With Quote



