camerauis/cameraxui/cxengine/conf/camerax.confml
changeset 37 64817133cd1d
parent 32 5c1e3c6aa4ef
child 52 7e18d488ac5f
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    41       <desc>key defines if the recorded video should be with sound or without sound.
    41       <desc>key defines if the recorded video should be with sound or without sound.
    42             1 indicates "video recording with no sound i.e. MUTE"
    42             1 indicates "video recording with no sound i.e. MUTE"
    43             0 indicates "video recording with sound."
    43             0 indicates "video recording with sound."
    44       </desc>
    44       </desc>
    45     </setting>
    45     </setting>
       
    46 
       
    47     <setting ref="GeoTaggingDisclaimerCr" name="Geotagging first time use notification" type="int">
       
    48       <desc>GeoTaggingDisclaimerCr defines whether we have to show first time use note for geotagging
       
    49             when we first start the camera.
       
    50       </desc>
       
    51     </setting>
       
    52 
       
    53     <setting ref="CameraModeCr" name="Camera mode" type="int">
       
    54       <desc> Current mode of the camera - still or video.</desc>
       
    55     </setting>
       
    56     <setting ref="FlashModeStillCr" name="Video quality" type="int">
       
    57       <desc>VideoQualityCr defines the quality currently in use in video mode.
       
    58       </desc>
       
    59     </setting>
       
    60     <setting ref="SceneModeStillCr" name="Scene mode still" type="string">
       
    61       <desc>Scene mode setting in still mode.
       
    62       </desc>
       
    63     </setting>    
       
    64     <setting ref="SceneModeVideoCr" name="Scene mode video" type="string">
       
    65       <desc> Scene mode setting in video mode.
       
    66       </desc>
       
    67     </setting>
       
    68     
    46   </feature>
    69   </feature>
    47 
    70 
    48   <data>
    71   <data>
    49     <CxSettingsCrUid>
    72     <CxSettingsCrUid>
    50       <FileNameSuffixCr>Nokia</FileNameSuffixCr>
    73       <FileNameSuffixCr>Nokia</FileNameSuffixCr>
    54       <StillShowCapturedCr>2000</StillShowCapturedCr>
    77       <StillShowCapturedCr>2000</StillShowCapturedCr>
    55       <VideoShowCapturedCr>2000</VideoShowCapturedCr>
    78       <VideoShowCapturedCr>2000</VideoShowCapturedCr>
    56       <ImageQualityCr>1</ImageQualityCr>
    79       <ImageQualityCr>1</ImageQualityCr>
    57       <VideoQualityCr>0</VideoQualityCr>
    80       <VideoQualityCr>0</VideoQualityCr>
    58       <AudioMuteCr>0</AudioMuteCr>
    81       <AudioMuteCr>0</AudioMuteCr>
    59       <GeoTaggingCr>0</GeoTaggingCr>
    82       <GeoTaggingCr>1</GeoTaggingCr>
    60       <FacetrackingCr>1</FacetrackingCr>
    83       <FacetrackingCr>1</FacetrackingCr>
    61       <CaptureSoundAlwaysOnCr>0</CaptureSoundAlwaysOnCr>
    84       <CaptureSoundAlwaysOnCr>0</CaptureSoundAlwaysOnCr>
    62     </CxSettingsCrUid>
    85       <GeoTaggingDisclaimerCr>1</GeoTaggingDisclaimerCr>
       
    86       <CameraModeCr>0</CameraModeCr>
       
    87       <FlashModeStillCr>0</FlashModeStillCr>
       
    88       <SceneModeStillCr>image_scene_auto</SceneModeStillCr>
       
    89       <SceneModeVideoCr>video_scene_auto</SceneModeVideoCr>
       
    90    </CxSettingsCrUid>
    63   </data>
    91   </data>
    64 
    92 
    65   <rfs>
    93   <rfs>
    66     <CxSettingsCrUid>
    94     <CxSettingsCrUid>
    67       <FileNameSuffixCr>true</FileNameSuffixCr>
    95       <FileNameSuffixCr>true</FileNameSuffixCr>
    72       <VideoShowCapturedCr>true</VideoShowCapturedCr>
   100       <VideoShowCapturedCr>true</VideoShowCapturedCr>
    73       <AudioMuteCr>true</AudioMuteCr>
   101       <AudioMuteCr>true</AudioMuteCr>
    74       <GeoTaggingCr>true</GeoTaggingCr>
   102       <GeoTaggingCr>true</GeoTaggingCr>
    75       <FacetrackingCr>true</FacetrackingCr>
   103       <FacetrackingCr>true</FacetrackingCr>
    76       <CaptureSoundAlwaysOnCr>true</CaptureSoundAlwaysOnCr>
   104       <CaptureSoundAlwaysOnCr>true</CaptureSoundAlwaysOnCr>
    77     </CxSettingsCrUid>
   105       <GeoTaggingDisclaimerCr>true</GeoTaggingDisclaimerCr>
       
   106       <CameraModeCr>true</CameraModeCr>
       
   107       <FlashModeStillCr>true</FlashModeStillCr>
       
   108       <SceneModeStillCr>true</SceneModeStillCr>
       
   109       <SceneModeVideoCr>true</SceneModeVideoCr>
       
   110    </CxSettingsCrUid>
    78   </rfs>
   111   </rfs>
    79 
   112 
    80 </configuration>
   113 </configuration>