From c61b2aaab1846dea4b53555696739a3ba704f0ec Mon Sep 17 00:00:00 2001 From: Eino-Ville Talvala Date: Mon, 10 Sep 2012 11:59:12 -0700 Subject: Camera: Add HDR scene mode constants. Change-Id: I78b1f8ca3c1a03222ed363db26d9a09cf0b13528 --- include/camera/CameraParameters.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/camera') 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 -- cgit v1.1