Add "Hue" field for configure files 53/165953/1 accepted/tizen/unified/20180109.172737 submit/tizen/20180108.054951
authorJeongmo Yang <jm80.yang@samsung.com>
Fri, 5 Jan 2018 02:28:36 +0000 (11:28 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Fri, 5 Jan 2018 02:29:31 +0000 (11:29 +0900)
- It's for new API, but missed in previous patch.

[Version] 0.10.149
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20180104.2]

Change-Id: I5bf6bfa7abb80f052027924a7edd6079158f6192
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/libmm-camcorder.spec
src/mm_camcorder_configure.c

index f783135..87acbbc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-camcorder
 Summary:    Camera and recorder library
-Version:    0.10.148
+Version:    0.10.149
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0
index 64ffb68..1c4ac74 100644 (file)
@@ -797,6 +797,7 @@ int _mmcamcorder_conf_init(MMHandleType handle, int type, camera_conf *configure
                { "Contrast",             CONFIGURE_VALUE_INT_RANGE, {NULL} },
                { "Saturation",           CONFIGURE_VALUE_INT_RANGE, {NULL} },
                { "Sharpness",            CONFIGURE_VALUE_INT_RANGE, {NULL} },
+               { "Hue",                  CONFIGURE_VALUE_INT_RANGE, {NULL} },
                { "WhiteBalance",         CONFIGURE_VALUE_INT_ARRAY, {NULL} },
                { "ColorTone",            CONFIGURE_VALUE_INT_ARRAY, {NULL} },
                { "Flip",                 CONFIGURE_VALUE_INT_ARRAY, {NULL} },