Hi,
I'm not able to get PlayerListener events that comes from SnapshotControl, like SHOOTING_STOPPED, on N701 with Belle FP2. The picture is taken and saved where intended, however I do not know how to safely detect that it is done and I can close the view etc.
In fact, the only events I get is "stopped" and "closed". I tried to register the listener just after player creation, after prefetching, after obtaining snapshot control - but it has no effect.
Anyone has idea what could be wrong? Thanks.
---------
final SnapshotControl snapshotCtrl = (SnapshotControl) player.getControl("javax.microedition.amms.control.camera.SnapshotControl");
snapshotCtrl.setDirectory(...);
snapshotCtrl.setFilePrefix(..);
snapshotCtrl.setFileSuffix(..);
snapshotCtrl.start(SnapshotControl.FREEZE);

Reply With Quote

