J2ME Camera Speed Evaluation

Research Group Embedded Interaction has evaluated getting snapshot speed of the Nokia 6600 by J2ME code. This evaluation covers different encoding formats (PNG, BMP and JPEG) and resolution sizes (80x60, 160x120 and 200x150) with durations between one and ten seconds. The following tables show the results of the different simulations:

 
Format of the image: PNG

clip_image002

 

Format of the image: BMP

clip_image004

 

Format of the image: JPEG

clip_image006

byte[]jpegImageData=videoControl.getSnapshot (“encoding=jpeg&width=120&height=90”);

Above results are all involves the explicitly specified resolutions in their "getSnapshot" methods like above. What about a default resolution? (null value for diemnsions) The result is amazing. Performance increased by four times! (for ten minutes duration) The quality of the image remains same as before.


BMP and default resolution:

clip_image008

 

Originally posted by Orçun Dayıbaş in 2005.02.19 - The Pusu Project Blog

0 comments: