Categories: Java | How To | Code Examples | Multimedia | Imaging
This page was last modified 08:51, 25 September 2007.
How to use auto focus
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); snapshotControl.start(1);
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| S60 Rotation Example | Jeepy | General Browsing | 5 | 2007-06-12 13:57 |
| cursor problem | nicholasgaye | Symbian User Interface | 0 | 2005-04-14 11:44 |
| CameraAPP 例子中的Portrait模式的拍照?? | superly | Symbian | 5 | 2008-05-07 02:46 |
| List Box Focus problem | vickey | Symbian User Interface | 4 | 2008-03-06 10:05 |
| Menu on the Phone Screen in Idle State | roji | Symbian User Interface | 2 | 2007-12-27 09:55 |
