I am trying to capture an image in jpeg and exif format using JSR 135 for Nokia N95,
using mVideoControl.getSnapshot("encoding=jpeg&type=exif");
However, there is an error:
javax.microedition.media.MediaException: Unsupported type:encoding=jpeg&type=exif
Is this due to not enough memory problem? If so, how can I solve this problem? If there is no solution to this, Can I also do capturing of an image in jpeg and exif format using JSR 234? If so, how do I do it?

Reply With Quote

