Hello,
After using the camera to get a snapshot, the application runs slower and slower.
I create a new CommandListener canvas called "camCanvas". I change the view to this "camCanvas" and activate the camera player.
After getting a snapshot or cancelling I close the camera, return view to game canvas and finally I destroy the "camCanvas".
this works ok for all nokia phones except N80 and N73. The more times I use it, the slower the application runs.
To close the camera I do:
videoControl.setVisible(false);
videoControl = null;
camera.stop();
camera.close();
camera = null;
System.gc();
can anyone help?
thanks in advance
francisco

Reply With Quote

