[camera] Add new camera command for GOP(GroupOfPictures) interval 52/219652/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20200107.111127 accepted/tizen/5.5/unified/wearable/hotfix/20201027.112808 submit/tizen_5.5/20191212.092802 submit/tizen_5.5/20200107.013404 submit/tizen_5.5_wearable_hotfix/20201026.184304
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 28 Nov 2019 09:41:00 +0000 (18:41 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Mon, 9 Dec 2019 05:12:15 +0000 (14:12 +0900)
[Version] 0.0.26
[Profile] Common
[Issue Type] Update

Change-Id: I858ce8971f256df8bbe4b8f6b20ac595da1db74d
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/camera/tizen-camera.h
packaging/mm-hal-interface.spec

index d7081f6..426f9bd 100644 (file)
@@ -412,6 +412,7 @@ typedef enum camera_ptz_type {
 #define CAMERA_COMMAND_PAN                      ((int64_t)(CAMERA_COMMAND_BASE << 27))
 #define CAMERA_COMMAND_TILT                     ((int64_t)(CAMERA_COMMAND_BASE << 28))
 #define CAMERA_COMMAND_BRIGHTNESS               ((int64_t)(CAMERA_COMMAND_BASE << 29))
+#define CAMERA_COMMAND_GOP_INTERVAL             ((int64_t)(CAMERA_COMMAND_BASE << 30))
 
 
 typedef struct camera_batch_command_control {
@@ -446,6 +447,7 @@ typedef struct camera_batch_command_control {
        int ptz_type;
        int pan;
        int tilt;
+       int gop_interval;
 } camera_batch_command_control_t;
 
 /**
index 97cb213..b2863d1 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       mm-hal-interface
 Summary:    Multimedia HAL Interface
-Version:    0.0.25
+Version:    0.0.26
 Release:    0
 Group:      Multimedia/Development
 License:    Apache-2.0