camerauis/cameraxui/cxengine/conf/cameraxvariation.confml
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
     1 <configuration xmlns="http://www.s60.com/xml/confml/1" name="Camerax variation">
       
     2   <feature ref="CxRuntimeFeaturesCrUid" name="CameraX Runtime Variation">
       
     3     <desc>CameraX Runtime Variation</desc>
       
     4 
       
     5     <setting ref="PrimaryCameraCaptureKeysCr" name="primary camera capture keys" type="string" readOnly="true">
       
     6       <desc>PrimaryCameraCaptureKeysCr defines the capture keys for primary camera.
       
     7             Both key code and scan code are needed for full functionality.
       
     8       </desc>
       
     9     </setting>
       
    10 
       
    11     <setting ref="SecondaryCameraCaptureKeysCr" name="secondary camera capture keys" type="string" readOnly="true">
       
    12       <desc>SecondaryCameraCaptureKeysCr defines the key scan codes that are configured
       
    13             as capture keys for secondary camera.
       
    14       </desc>
       
    15     </setting>
       
    16 
       
    17     <setting ref="PrimaryCameraAutofocusKeysCr" name="primary camera autofocus keys" type="string" readOnly="true">
       
    18       <desc>PrimaryCameraAutofocusKeysCr defines the autofocus keys for primary camera.
       
    19             Both key code and scan code are needed for full functionality.
       
    20       </desc>
       
    21     </setting>
       
    22 
       
    23     <setting ref="FreeMemoryLevelsCr" name="free memory levels" type="string" readOnly="true">
       
    24       <desc>FreeMemoryLevelsCr defines the trigger levels for freeing memory and required levels of free memory.
       
    25             All values are defined in bytes. There are 4 items in comma-separated list. Items are defined as follows:
       
    26             1. Trigger level of free RAM when camera is started. If free RAM is below this, more free memory is requested.
       
    27             2. Level of free RAM requested and required for camera to start, if trigger level (item 1) is met.
       
    28       </desc>
       
    29     </setting>
       
    30 
       
    31     <setting ref="StillMaxZoomValuesCr" name="Maximum still zoom values" type="string" readOnly="true">
       
    32       <desc>Key defines maximum zoom limit specific to each image quality. The first item represent max zoom limit
       
    33             for highest still resoultion and so on. We have only 5 entries, since we dont expect to have more than 5 still resoultions
       
    34             in any product. Use -1 when zoom limit is not supported for a particular resolution.
       
    35             Note: ECAM already has some limits which should be taken into account.
       
    36       </desc>
       
    37     </setting>
       
    38 
       
    39     <setting ref="VideoMaxZoomValuesCr" name="Maximum video zoom values" type="string" readOnly="true">
       
    40       <desc>Key defines maximum zoom limit specific to each video quality. The first item represent max zoom limit
       
    41             for highest video resoultion and so on. We have only 5 entries, since we dont expect to have more than 5 video resoultions
       
    42             in any product. Use -1 when zoom limit is not supported for a particular resolution.
       
    43             Note: ECAM already has some limits which should be taken into account.
       
    44       </desc>
       
    45     </setting>
       
    46 
       
    47   </feature>
       
    48 
       
    49   <data>
       
    50     <CxRuntimeFeaturesCrUid>
       
    51       <PrimaryCameraCaptureKeysCr>0xab,0xf849</PrimaryCameraCaptureKeysCr>
       
    52       <SecondaryCameraCaptureKeysCr>0xab,0xa7</SecondaryCameraCaptureKeysCr>
       
    53       <PrimaryCameraAutofocusKeysCr>0xe2,0xf880</PrimaryCameraAutofocusKeysCr>
       
    54       <FreeMemoryLevelsCr>8000000,10000000</FreeMemoryLevelsCr>
       
    55       <StillMaxZoomValuesCr>32,32,32,32,32</StillMaxZoomValuesCr>
       
    56       <VideoMaxZoomValuesCr>40,40,40,-1,-1</VideoMaxZoomValuesCr>
       
    57     </CxRuntimeFeaturesCrUid>
       
    58   </data>
       
    59 
       
    60 </configuration>