Hello I am trying to get a sized snapshot with the default image encoding:
videoControl.getSnapshot("encoding=png&width=80&height=60");
or just:
videoControl.getSnapshot("width=80&height=60");
Both results in a MediaException: not supported format on the Nokia 6230 MIDP Concept SDK Beta 0.2.
The only accepted way is calling:
getSnapshot(null);
Testing it on the real device: 3650 everything just works fine.
Is this a bug in the emulator?
If not - is there a list of nokia devices supporting sized snapshots?
Thanks & Best regards
Paul

Reply With Quote

