Categories: Java | How To | Code Examples | Multimedia | Imaging
This page was last modified 08:50, 25 September 2007.
How to take continuous snapshot
From Forum Nokia Wiki
player = Manager.createPlayer("capture://video"); player.realize(); videoControl = (VideoControl)player.getControl("VideoControl"); videoControl.initDisplayMode(VideoControl.USE_DIRECT_VIDEO, <your canvas>); videoControl.setDisplayLocation(0,0); videoControl.setDisplaySize(176,208); snapshotControl = (SnapshotControl)player.getControl("javax.microedition.amms.control.camera.SnapshotControl"); focusControl = (FocusControl)player.getControl("javax.microedition.amms.control.camera.FocusControl"); focusControl.setMacro(true); //The no of snapshot needed can be given in the snapshotControl.start(<your no>); snapshotControl.start(5);
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| #error no typedef for __TText | DrChandra | General Symbian C++ | 0 | 2004-09-23 15:42 |
| memory full close application error | seamus_rooney | Symbian Networking & Messaging | 9 | 2007-08-15 12:34 |
| Continuous Backlight | cwfvanoordt | Mobile Java General | 7 | 2004-07-10 00:48 |
| 7650 | gregh285 | General Browsing | 1 | 2003-02-19 07:40 |
| Continous autofocus for N90 | kayit | Mobile Java General | 2 | 2007-12-29 19:44 |
