摄像头使用的内存访问信息
文章信息
测试基于
设备:: Tested with Nokia E90 Communicator and Nokia N95
兼容于
平台: S60 3rd Edition, S60 3rd Edition, FP1, S60 3rd Edition, FP2
文章
翻译:
由 hoolee
最后由 hamishwillee
在 15 Jun 2012 编辑
- 详细描述
某些S60第三版手机上的摄像头使用不同的Central Repository key访问存储图片和视频的内存信息。如果摄像头程序的UID为{0x101FFA86}, 那么下列Central Repository key将被使用。
const TUid KCRUidCamSettings = {0x101FFA86};
const TUint32 KCamCrPhotoMemInUse = 0x06;
const TUint32 KCamCrVideoMemInUse = 0x16;


(no comments yet)