camerauis/cameraxui/cxengine/conf/cameraxvariation.confml
changeset 19 d9aefe59d544
child 21 fa6d9f75d6a6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
       
     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 key scan codes that are configured
       
     7             as capture keys for primary camera.
       
     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 key scan codes that are configured 
       
    19             as autofocus keys for primary camera.
       
    20       </desc>
       
    21     </setting>
       
    22 
       
    23     <setting ref="ContrastItemsCr" name="contrast range" type="string" readOnly="true">
       
    24       <desc>ContrastItemsCr defines the range which incluse the min value to max along with step size. e.g. -4, 4, 1</desc>
       
    25     </setting>
       
    26     
       
    27     <setting ref="StillMaxZoomValuesCr" name="Maximum still zoom values" type="string" readOnly="true">
       
    28       <desc>Key defines maximum zoom limit specific to each image quality. The firt item represent max zoom limit
       
    29             for highest still resoultion and so on. We have only 5 entries, since we dont expect to have more than 5 still resoultions
       
    30             in any product. Use -1 when zoom limit is not supported for a particular resolution.
       
    31             Note: ECAM already has some limits which should be taken into account.
       
    32       </desc>
       
    33     </setting>
       
    34 
       
    35     <setting ref="VideoMaxZoomValuesCr" name="Maximum video zoom values" type="string" readOnly="true">
       
    36       <desc>Key defines maximum zoom limit specific to each video quality. The firt item represent max zoom limit
       
    37             for highest video resoultion and so on. We have only 5 entries, since we dont expect to have more than 5 video resoultions
       
    38             in any product. Use -1 when zoom limit is not supported for a particular resolution. 
       
    39             Note: ECAM already has some limits which should be taken into account.
       
    40       </desc>
       
    41     </setting>
       
    42 
       
    43   </feature>
       
    44 
       
    45   <data>
       
    46     <CxRuntimeFeaturesCrUid>
       
    47       <PrimaryCameraCaptureKeysCr>0xab</PrimaryCameraCaptureKeysCr>
       
    48       <SecondaryCameraCaptureKeysCr>0xab,0xa7</SecondaryCameraCaptureKeysCr>
       
    49       <PrimaryCameraAutofocusKeysCr>0xe2</PrimaryCameraAutofocusKeysCr>
       
    50       <ContrastItemsCr>-4,4,1</ContrastItemsCr>
       
    51       <StillMaxZoomValuesCr>32,32,32,32,32</StillMaxZoomValuesCr>
       
    52       <VideoMaxZoomValuesCr>40,40,40,-1,-1</VideoMaxZoomValuesCr>
       
    53     </CxRuntimeFeaturesCrUid>
       
    54   </data>
       
    55 
       
    56 </configuration>