Archived:Accessing memory used by Camera
m (TSS000775 - Getting memory in use by Camera moved to TSS000775 - Accessing memory used by Camera) |
hamishwillee
(Talk | contribs) |
||
| (13 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{Archived|timestamp=20120314043144|user=roy.debjit| }} | |
| − | + | [[Category:Symbian C++]][[Category:Imaging]][[Category:S60 3rd Edition (initial release)]][[Category:S60 3rd Edition FP1]][[Category:S60 3rd Edition FP2]][[Category:Camera]] | |
| − | + | {{ArticleMetaData <!-- v1.2 --> | |
| − | {| | + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> |
| − | |- | + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> |
| − | | | + | |devices= Tested with Nokia E90 Communicator and Nokia N95 |
| − | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | |
| − | |- | + | |platform= S60 3rd Edition, S60 3rd Edition, FP1, S60 3rd Edition, FP2 |
| − | | | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | | | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> |
| − | |- | + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> |
| − | | | + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> |
| − | | | + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> |
| − | | | + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> |
| − | + | |translated-by= <!-- [[User:XXXX]] --> | |
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20071102 | ||
| + | |author= [[User:Technical writer 1]] | ||
| + | <!-- The following are not in current metadata --> | ||
| + | |id= TSS000775 | ||
| + | }} | ||
==Description== | ==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. | 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. | ||
Latest revision as of 04:25, 15 June 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}}.
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
(15 Jun 2012)
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;

