Archived:Accessing memory used by Camera
| 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;

