Categories: Java | Code Examples | How To | Multimedia | Imaging
This page was last modified 08:46, 25 September 2007.
How to set resoultion of snapshot taken
From Forum Nokia Wiki
//You can list the supported resolutions by:
int []supportedRes = cameraControl.getSupportedStillResolutions();
/* the list will be like this and you have to take the index of this as shown
[480, 640, 960, 1280, 1224, 1632, 1500, 2000, 1536, 2048]
index:
0 - 640x480
1 - 1280x960
2 - 1632x1224
3 - 2000x1500
4 - 2048x1536
- /
cameraControl = (CameraControl)player.getControl("CameraControl"); cameraControl.setStillResolution(1);
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| s60 sdk v2.0 emulator color problem!! | allenx | Symbian Tools & SDKs | 1 | 2004-01-01 22:29 |
| How to implement video capture on nokia7650 | wolf_lee | General Symbian C++ | 3 | 2003-10-13 12:08 |
| 6500 slide camera | mopa | Mobile Java General | 1 | 2007-12-05 19:36 |
| getSnapShot Error | jini_1 | Mobile Java Media (Graphics & Sounds) | 10 | 2007-05-08 23:25 |
| Camera 3.2 megapixel image | soku123 | Mobile Java Media (Graphics & Sounds) | 2 | 2007-06-06 10:07 |
