camerauis/cameraxui/cxengine/conf/camerax.confml
changeset 19 d9aefe59d544
child 32 5c1e3c6aa4ef
child 43 0e652f8f1fbd
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
       
     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="FileNameSuffixCr" name="Default File suffix" type="string">
       
     6       <desc>FileNameSuffixCr defines the default suffix used for all the
       
     7             image/video files that are generated by camera application which 
       
     8             are further saved to File system.
       
     9       </desc>
       
    10     </setting>
       
    11 
       
    12     <setting ref="FolderNameCr" name="Default Base Folder Name" type="string">
       
    13       <desc>FolderNameCr defines the default folder name where all the captured
       
    14             image/video files from camera application are saved.
       
    15       </desc>
       
    16     </setting>
       
    17 
       
    18     <setting ref="FileNameImageCounterCr" name="Default Image index appended to base file name" type="int">
       
    19       <desc>FileNameImageCounterCr defines the default index appended to base image file name
       
    20             which are then saved in the file system.
       
    21       </desc>
       
    22     </setting>
       
    23 
       
    24     <setting ref="FileNameVideoCounterCr" name="Default Video index appended to base file name" type="int">
       
    25       <desc>FileNameVideoCounterCr defines the default index appended to base video file name
       
    26             which are then saved in the file system.
       
    27       </desc>
       
    28     </setting>
       
    29 
       
    30     <setting ref="StillShowCapturedCr" name="Show Captured Image" type="selection">
       
    31       <desc>StillShowCapturedCr defines setting in Image settings.
       
    32             If disabled, post-capture view is not shown after capturing an image.
       
    33       </desc>
       
    34       <option name="On" value="-1"/>
       
    35       <option name="2 seconds" value="2000"/>
       
    36       <option name="10 seconds" value="10000"/>
       
    37       <option name="Off" value="0"/>
       
    38     </setting>
       
    39     
       
    40     <setting ref="VideoShowCapturedCr" name="Show Captured Video" type="selection">
       
    41       <desc>VideoShowCapturedCr defines setting in Image settings.
       
    42             If disabled, post-capture view is not shown after capturing an video.
       
    43       </desc>
       
    44       <option name="On" value="-1"/>
       
    45       <option name="2 seconds" value="2000"/>
       
    46       <option name="10 seconds" value="10000"/>
       
    47       <option name="Off" value="0"/>
       
    48     </setting>
       
    49 
       
    50     <setting ref="ImageQualityCr" name="Image quality" type="int">
       
    51       <desc>ImageQualityCr defines the quality currently in use in still mode.
       
    52       </desc>
       
    53     </setting>
       
    54 
       
    55     <setting ref="VideoQualityCr" name="Video quality" type="int">
       
    56       <desc>VideoQualityCr defines the quality currently in use in video mode.
       
    57       </desc>
       
    58     </setting>
       
    59     
       
    60     <setting ref="AudioMuteCr" name="Video mute setting" type="int">
       
    61       <desc>key defines if the recorded video should be with sound or without sound.
       
    62             1 indicates "video recording with no sound i.e. MUTE"
       
    63             0 indicates "video recording with sound."
       
    64       </desc>
       
    65     </setting>
       
    66   </feature>
       
    67 
       
    68   <data>
       
    69     <CxSettingsCrUid>
       
    70       <FileNameSuffixCr>Nokia</FileNameSuffixCr>
       
    71       <FolderNameCr>200904</FolderNameCr>
       
    72       <FileNameImageCounterCr>1</FileNameImageCounterCr>
       
    73       <FileNameVideoCounterCr>1</FileNameVideoCounterCr>
       
    74       <StillShowCapturedCr>2000</StillShowCapturedCr>
       
    75       <VideoShowCapturedCr>2000</VideoShowCapturedCr>
       
    76       <ImageQualityCr>1</ImageQualityCr>
       
    77       <VideoQualityCr>0</VideoQualityCr>
       
    78       <AudioMuteCr>0</AudioMuteCr>
       
    79     </CxSettingsCrUid>
       
    80   </data>
       
    81 
       
    82   <rfs>
       
    83     <CxSettingsCrUid>
       
    84       <FileNameSuffixCr>true</FileNameSuffixCr>
       
    85       <FolderNameCr>true</FolderNameCr>
       
    86       <FileNameImageCounterCr>true</FileNameImageCounterCr>
       
    87       <FileNameVideoCounterCr>true</FileNameVideoCounterCr>
       
    88       <StillShowCapturedCr>true</StillShowCapturedCr>
       
    89       <VideoShowCapturedCr>true</VideoShowCapturedCr>
       
    90       <AudioMuteCr>true</AudioMuteCr>
       
    91     </CxSettingsCrUid>
       
    92   </rfs>
       
    93 
       
    94 </configuration>