Hi everybody,
I have the new Nokia 7510 Supernova, which supports the Camera- and the SnapshotControl of the Adanvance Multimedia API (JSR-234) and now I want take mutiple pictures with the burst mode of the SnapshotControl. All other functions of the API working correct, but when i call the method this.snapshotControl.start(int shots), i get an NumberFormatException after i confirm with yes to allow taking snapshots.
Code:
...
this.snapshotControl.setFilePrefix("J2ME");
this.snapshotControl.setFileSuffix(".jpg");
...
this.player.start();
this.snapshotControl.start(5); //throws the Exception and then the application crashes
In the predefgallery/photos i can find one Image but not with the Prefix and Suffix J2MEXXXX.jpg (i!temp!0000....jpg and so on)
But this is only for one picture not for five.
My Application with the burst mode working will on Sony Erricsson Devices.
Thank for help,
Sincerly Moritz

Reply With Quote

