From ff723b6c43d5a8fd0ae0e0732f5d47012d74e01d Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Tue, 9 Feb 2010 13:38:19 +0800 Subject: Add exposure compensation parameter. bug:2375993 --- include/ui/CameraParameters.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/ui/CameraParameters.h b/include/ui/CameraParameters.h index 2c29bfb..e328f33 100644 --- a/include/ui/CameraParameters.h +++ b/include/ui/CameraParameters.h @@ -187,6 +187,13 @@ public: // Vertical angle of view in degrees. // Example value: "42.5". Read only. static const char KEY_VERTICAL_VIEW_ANGLE[]; + // Exposure compensation. The value is multiplied by 100. -100 means -1 EV. + // 130 means +1.3 EV. + // Example value: "0" or "133". Read/write. + static const char KEY_EXPOSURE_COMPENSATION[]; + // Supported exposure compensation. + // Example value: "-100,-66,-33,0,33,66,100". Read only. + static const char KEY_SUPPORTED_EXPOSURE_COMPENSATION[]; // Values for white balance settings. -- cgit v1.1