summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2009-08-10 15:07:38 +0800
committerWu-cheng Li <wuchengli@google.com>2009-08-10 15:07:38 +0800
commit6df9ffc1e0ca91191798352135b636b5e08f915d (patch)
tree92d9631b8c2c9d8b78c3978a9458984c63107abd
parent8d4e54bcf9c5ec671d03e4cf9386565acedf1d05 (diff)
downloadmsm7k-donut-release.tar.gz
-rw-r--r--libcamera2/QualcommCameraHardware.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcamera2/QualcommCameraHardware.cpp b/libcamera2/QualcommCameraHardware.cpp
index 981c46f..2a39f20 100644
--- a/libcamera2/QualcommCameraHardware.cpp
+++ b/libcamera2/QualcommCameraHardware.cpp
@@ -173,7 +173,7 @@ static char *whitebalance_values;
// from camera_effect_t
static const str_map effect[] = {
- { "off", CAMERA_EFFECT_OFF }, /* This list must match aeecamera.h */
+ { "none", CAMERA_EFFECT_OFF }, /* This list must match aeecamera.h */
{ "mono", CAMERA_EFFECT_MONO },
{ "negative", CAMERA_EFFECT_NEGATIVE },
{ "solarize", CAMERA_EFFECT_SOLARIZE },
@@ -268,7 +268,7 @@ void QualcommCameraHardware::initDefaultParameters()
p.setPictureSize(DEFAULT_PICTURE_WIDTH, DEFAULT_PICTURE_HEIGHT);
p.set("antibanding", "off");
- p.set("effect", "off");
+ p.set("effect", "none");
p.set("whitebalance", "auto");
#if 0