Archived:Accessing memory used by Camera
Article Metadata
Tested with
Devices(s): Tested with Nokia E90 Communicator and Nokia N95
Compatibility
Platform(s): S60 3rd Edition, S60 3rd Edition, FP1, S60 3rd Edition, FP2
Article
Created: User:Technical writer 1
(02 Nov 2007)
Last edited: hamishwillee
(09 May 2012)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
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;

