diff -r f54ad444594d -r 61bc0f252b2b camerauis/cameraxui/cxengine/conf/cameraxvariation.confml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/camerauis/cameraxui/cxengine/conf/cameraxvariation.confml Tue Aug 31 15:03:46 2010 +0300 @@ -0,0 +1,60 @@ + + + CameraX Runtime Variation + + + PrimaryCameraCaptureKeysCr defines the capture keys for primary camera. + Both key code and scan code are needed for full functionality. + + + + + SecondaryCameraCaptureKeysCr defines the key scan codes that are configured + as capture keys for secondary camera. + + + + + PrimaryCameraAutofocusKeysCr defines the autofocus keys for primary camera. + Both key code and scan code are needed for full functionality. + + + + + FreeMemoryLevelsCr defines the trigger levels for freeing memory and required levels of free memory. + All values are defined in bytes. There are 4 items in comma-separated list. Items are defined as follows: + 1. Trigger level of free RAM when camera is started. If free RAM is below this, more free memory is requested. + 2. Level of free RAM requested and required for camera to start, if trigger level (item 1) is met. + + + + + Key defines maximum zoom limit specific to each image quality. The first item represent max zoom limit + for highest still resoultion and so on. We have only 5 entries, since we dont expect to have more than 5 still resoultions + in any product. Use -1 when zoom limit is not supported for a particular resolution. + Note: ECAM already has some limits which should be taken into account. + + + + + Key defines maximum zoom limit specific to each video quality. The first item represent max zoom limit + for highest video resoultion and so on. We have only 5 entries, since we dont expect to have more than 5 video resoultions + in any product. Use -1 when zoom limit is not supported for a particular resolution. + Note: ECAM already has some limits which should be taken into account. + + + + + + + + 0xab,0xf849 + 0xab,0xa7 + 0xe2,0xf880 + 8000000,10000000 + 32,32,32,32,32 + 40,40,40,-1,-1 + + + +