summaryrefslogtreecommitdiffstats
path: root/include/camera
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2012-09-10 11:59:12 -0700
committerEino-Ville Talvala <etalvala@google.com>2012-09-10 11:59:12 -0700
commitc61b2aaab1846dea4b53555696739a3ba704f0ec (patch)
tree376097acee05654a95c7bbd2de14dc4a1b8bab3e /include/camera
parentfd48021dfc3278b048ba99ecffe7f996751fb440 (diff)
downloadframeworks_av-c61b2aaab1846dea4b53555696739a3ba704f0ec.zip
frameworks_av-c61b2aaab1846dea4b53555696739a3ba704f0ec.tar.gz
frameworks_av-c61b2aaab1846dea4b53555696739a3ba704f0ec.tar.bz2
Camera: Add HDR scene mode constants.
Change-Id: I78b1f8ca3c1a03222ed363db26d9a09cf0b13528
Diffstat (limited to 'include/camera')
-rw-r--r--include/camera/CameraParameters.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h
index 8668958..d521543 100644
--- a/include/camera/CameraParameters.h
+++ b/include/camera/CameraParameters.h
@@ -597,6 +597,10 @@ public:
// Applications are looking for a barcode. Camera driver will be optimized
// for barcode reading.
static const char SCENE_MODE_BARCODE[];
+ // A high-dynamic range mode. In this mode, the HAL module will use a
+ // capture strategy that extends the dynamic range of the captured
+ // image in some fashion. Only the final image is returned.
+ static const char SCENE_MODE_HDR[];
// Pixel color formats for KEY_PREVIEW_FORMAT, KEY_PICTURE_FORMAT,
// and KEY_VIDEO_FRAME_FORMAT