hi saifulhq,
encoding are set explicitely by you when calling getSnapshot(...)
Code:
byte[] pngImageData = videoControl.getSnapshot(null);
(note quite sure which is default on N73: png or jpeg encoding when passing null
- mipd implies png though)
Code:
byte[] pngImageData = videoControl.getSnapshot("encoding=png")
use property:
Code:
video.snapshot.encodings
to get list of encoding supported on given device but N73 being 3rdEd FP1 device should support png/jpeg/gif/bmp if I'm not wrong:
check also this feature matrix support:
http://www.forum.nokia.com/info/sw.n..._0_en.pdf.html
hth,
regards,
Peter