
Originally Posted by
bipinbaglung
hi,
I am developing an application in J2ME which have to processes images continuously taken from mobile camera. Its purpose is to detect the movement of the mobile and move an object on the screen. i am using
videoControl.getSnapshot("encoding=png&width=100&height=100");
to take images. But the problem is that it is taking about 4 sec to capture next image. It is very slow process.
Is there any way to get image faster?
Since mobile camera has 15 fps Video Recording Frame Rate, Cant we use that capability to capture images faster?
Another problem is the shutter sound. Is there any way to disable it?
Currently I am targeting for Nokia E5.