Categories: Technical Solution | Symbian C++ | Imaging | S60 3rd Edition | S60 3rd Edition, Feature Pack 1 | S60 3rd Edition, Feature Pack 2
This page was last modified 07:45, 2 November 2007.
TSS000775 - Accessing memory used by Camera
From Forum Nokia Wiki
| ID | TSS000775 | Creation date | November 2, 2007 |
| Platform | S60 3rd Edition, S60 3rd Edition, FP1, S60 3rd Edition, FP2 | Devices | Tested with Nokia E90 Communicator and Nokia N95 |
| Category | Symbian C++ | Subcategory | Camera |
Description
The camera implementation in some S60 3rd Edition devices uses different Central Repository keys to access the information about the memory used to store images or video.
If the camera application has the UID {0x101FFA86}, the following Central Repository keys can be used:
const TUid KCRUidCamSettings = {0x101FFA86}; const TUint32 KCamCrPhotoMemInUse = 0x06; const TUint32 KCamCrVideoMemInUse = 0x16;
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Camera Shutter Sound | davidmanpearl | Mobile Java Media (Graphics & Sounds) | 4 | 2006-02-28 23:15 |
| Opera Mini 2.0 with Nokia 6233 | yaptb | General Discussion | 1 | 2006-11-25 03:02 |
| slowdown after using camera N80 | kailab | Mobile Java Media (Graphics & Sounds) | 1 | 2007-12-10 21:03 |
| n73 camera capture functionality | s4028469 | Mobile Java Media (Graphics & Sounds) | 4 | 2007-07-11 03:03 |
| is it possible | bartg777 | General Symbian C++ | 2 | 2006-02-11 13:40 |

