Camera quality low with MMAPI!
I'm developing a midlet which uses the MMAPI. The snapshots taken with the camera of the 3650 in my midlet look horrible compared to the pictures taken with the native Camera application.
I've tried using both png and jpeg formats, both are very low quality.
For an example, look here:
[url]http://www.dlcc.de/misc/compare.html[/url]
taking SnapShot in png format in (Nokia 3650)
excuse me... well hope you could help me Mr.luemkemann as u dealt with MMAPI..
i tried the example that exists in doc "Camera MIDlet: A Mobile Media API Example" on emulator Nokia 3650 not on real one.
at line: byte[] pngimage =vc.getSnapshot(null);
it throws EOFException and can't read int[] when i'm passing null or "pnp" format.
plus there is folder one of emulator folders is called camera.. i thought when i place my images there it could be viewed with the emulator at run time... but it keeps displaying the default images..
is this example should be tried on real phone!!
any Help,any tips..
Camera quality low with MMAPI!
You wrote:
---------------------------
I'm developing a midlet which uses the MMAPI. The snapshots taken with the camera of the 3650 in my midlet look horrible compared to the pictures taken with the native Camera application.
I've tried using both png and jpeg formats, both are very low quality.
For an example, look here:
[url]http://www.dlcc.de/misc/compare.html[/url]
---------------------------
Try to use
byte[] pngImage = videoControl.getSnapshot("width=240&height=180")
240*180 is maximum compatible quality with my 3650.
The quality is little bit better than default 160*120 but still is not comparable with photos made by native camera 640*480
Can we expect Nokia will solve this problem?