camerauis/cameraxui/cxengine/conf/CI_camerax.confml
changeset 43 0e652f8f1fbd
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
       
     1 <configuration xmlns="http://www.s60.com/xml/confml/1" name="camerax">
       
     2   <feature ref="CxSettingsCrUid" name="CameraX Application Settings">
       
     3     <desc>CameraX settings</desc>
       
     4     
       
     5     <setting ref="StillShowCapturedCr" name="Show Captured Image" type="selection">
       
     6       <desc>StillShowCapturedCr defines setting in Image settings.
       
     7             If disabled, post-capture view is not shown after capturing an image.
       
     8       </desc>
       
     9       <option name="On" value="-1"/>
       
    10       <option name="2 seconds" value="2000"/>
       
    11       <option name="10 seconds" value="10000"/>
       
    12       <option name="Off" value="0"/>
       
    13     </setting>
       
    14     
       
    15     <setting ref="VideoShowCapturedCr" name="Show Captured Video" type="selection">
       
    16       <desc>VideoShowCapturedCr defines setting in Image settings.
       
    17             If disabled, post-capture view is not shown after capturing an video.
       
    18       </desc>
       
    19       <option name="On" value="-1"/>
       
    20       <option name="2 seconds" value="2000"/>
       
    21       <option name="10 seconds" value="10000"/>
       
    22       <option name="Off" value="0"/>
       
    23     </setting>
       
    24     
       
    25     <setting ref="GeoTaggingCr" name="Store GPS Location Information" type="selection">
       
    26       <desc> Store location information in metadata for captured images.</desc>
       
    27       <option name="Disabled" value="0"/>
       
    28       <option name="Enabled" value="1"/>
       
    29     </setting>
       
    30     
       
    31     <setting ref="FacetrackingCr" name="Store facetracking state" type="selection">
       
    32       <desc>The key defines if facetracking should be on or off.</desc>
       
    33       <option name="Disabled" value="0"/>
       
    34       <option name="Enabled" value="1"/>
       
    35     </setting>
       
    36     
       
    37     <setting ref="CaptureSoundAlwaysOnCr" name="Capture sound always on" type="selection">
       
    38       <desc>The key defines if the capture sound should always be played, regardless of profile sounds.</desc>
       
    39       <option name="Disabled" value="0"/>
       
    40       <option name="Enabled" value="1"/>
       
    41     </setting>
       
    42     
       
    43   </feature>
       
    44 </configuration>