summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-02-09 13:38:19 +0800
committerWu-cheng Li <wuchengli@google.com>2010-02-09 18:28:50 +0800
commita05c8227046081b2648b8150c1a716040eb08121 (patch)
treeee1db3cf05075689d3878a7bc3d2e1cdfb449d47 /include
parent9b692da2e32a78fad524b24b52c4616944294fa5 (diff)
downloadframeworks_native-a05c8227046081b2648b8150c1a716040eb08121.zip
frameworks_native-a05c8227046081b2648b8150c1a716040eb08121.tar.gz
frameworks_native-a05c8227046081b2648b8150c1a716040eb08121.tar.bz2
Add exposure compensation parameter.
bug:2375993
Diffstat (limited to 'include')
-rw-r--r--include/ui/CameraParameters.h7
1 files changed, 7 insertions, 0 deletions
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.