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
commitc81284a2b77c630046ee57e6d73ac5d367e558f1 (patch)
tree8e9877e659f311abc94f1bc441ddd5dc92603fa7 /include/camera
parent947be6bf6700d07e148f6fbf6308e86b08d3c926 (diff)
downloadframeworks_av-c81284a2b77c630046ee57e6d73ac5d367e558f1.zip
frameworks_av-c81284a2b77c630046ee57e6d73ac5d367e558f1.tar.gz
frameworks_av-c81284a2b77c630046ee57e6d73ac5d367e558f1.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