From: Jeongmo Yang Date: Mon, 18 Feb 2019 04:42:44 +0000 (+0900) Subject: [camera] Add depth pixel format for depth camera X-Git-Tag: accepted/tizen/unified/20190219.154054^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0af2c23b99fb045639dc3a9964fdcd377b19a23;p=platform%2Fcore%2Fmultimedia%2Fmm-hal-interface.git [camera] Add depth pixel format for depth camera [Version] 0.0.19 [Profile] Common [Issue Type] Update Change-Id: Ia250b9460ff53b03c6eb7956682c5d8092fe1c9c Signed-off-by: Jeongmo Yang --- diff --git a/include/camera/tizen-camera.h b/include/camera/tizen-camera.h index 962cf0d..3f501b6 100644 --- a/include/camera/tizen-camera.h +++ b/include/camera/tizen-camera.h @@ -131,6 +131,9 @@ typedef enum camera_pixel_format { CAMERA_PIXEL_FORMAT_JPEG, CAMERA_PIXEL_FORMAT_H264, + /* DEPTH */ + CAMERA_PIXEL_FORMAT_DEPTH, + /* MAX */ CAMERA_PIXEL_FORMAT_MAX } camera_pixel_format_t; diff --git a/packaging/mm-hal-interface.spec b/packaging/mm-hal-interface.spec index 0c11ff9..f58cb24 100755 --- a/packaging/mm-hal-interface.spec +++ b/packaging/mm-hal-interface.spec @@ -1,6 +1,6 @@ Name: mm-hal-interface Summary: Multimedia HAL Interface -Version: 0.0.18 +Version: 0.0.19 Release: 0 Group: Multimedia/Development License: Apache-2.0