From 0a73ca4805b0e4c6fed190c424959822b339a223 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Mon, 15 Apr 2013 05:31:41 +0200 Subject: Camera parameters for Samsung's qcom based legacy devices Change-Id: I8f84e06771338d992521e69704d21cd113201b4b --- include/camera/CameraParameters.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'include') diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h index eb74d09..2ed5825 100644 --- a/include/camera/CameraParameters.h +++ b/include/camera/CameraParameters.h @@ -946,6 +946,28 @@ public: static const char HDR_ENABLE[]; static const char HDR_DISABLE[]; +#if defined(QCOM_HARDWARE) && defined(SAMSUNG_CAMERA_LEGACY) + static const char FOCUS_MODE_FACEDETECT[]; + static const char FOCUS_MODE_TOUCHAF[]; + static const char ISO_50[]; + static const char KEY_ANTI_SHAKE_MODE[]; + static const char KEY_AUTO_CONTRAST[]; + static const char KEY_BEAUTY_MODE[]; + static const char KEY_BLUR_MODE[]; + static const char KEY_VINTAGE_MODE[]; + static const char KEY_WDR_MODE[]; + static const char VINTAGE_MODE_BNW[]; + static const char VINTAGE_MODE_COOL[]; + static const char VINTAGE_MODE_NORMAL[]; + static const char VINTAGE_MODE_OFF[]; + static const char VINTAGE_MODE_WARM[]; + static const char SCENE_MODE_DAWN[]; + static const char SCENE_MODE_DUSKDAWN[]; + static const char SCENE_MODE_FALL[]; + static const char SCENE_MODE_FALL_COLOR[]; + static const char SCENE_MODE_TEXT[]; +#endif + // Values for Redeye Reduction settings. // static const char REDEYE_REDUCTION_ENABLE[]; // static const char REDEYE_REDUCTION_DISABLE[]; -- cgit v1.1