diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/camera/CameraParameters.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h index 5fa4e49..696d5d2 100644 --- a/include/camera/CameraParameters.h +++ b/include/camera/CameraParameters.h @@ -745,6 +745,15 @@ public: static const char EFFECT_WHITEBOARD[]; static const char EFFECT_BLACKBOARD[]; static const char EFFECT_AQUA[]; +#ifdef SAMSUNG_CAMERA_HARDWARE + static const char EFFECT_CARTOONIZE[]; + static const char EFFECT_POINT_RED_YELLOW[]; + static const char EFFECT_POINT_GREEN[]; + static const char EFFECT_POINT_BLUE[]; + static const char EFFECT_VINTAGE_COLD[]; + static const char EFFECT_VINTAGE_WARM[]; + static const char EFFECT_WASHED[]; +#endif #ifdef QCOM_HARDWARE static const char EFFECT_EMBOSS[]; static const char EFFECT_SKETCH[]; |