From 3473b10e0e320c6aa61a6cb908680ee7e52b6dea Mon Sep 17 00:00:00 2001 From: huangshengqing Date: Thu, 12 Sep 2024 10:14:44 +0800 Subject: [PATCH] add new interface Signed-off-by: huangshengqing --- camera/v1_3/Types.idl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/camera/v1_3/Types.idl b/camera/v1_3/Types.idl index 01c1dc75..d59aa0e9 100644 --- a/camera/v1_3/Types.idl +++ b/camera/v1_3/Types.idl @@ -170,6 +170,21 @@ enum ExtendedStreamInfoType : ohos.hdi.camera.v1_2.ExtendedStreamInfoType_V1_2 { * Extended stream information of gainmap. */ EXTENDED_STREAM_INFO_GAINMAP = 8, + + /** + * Extended stream information of unrefocus. + */ + EXTENDED_STREAM_INFO_UNREFOCUS = 9, + + /** + * Extended stream information of linear. + */ + EXTENDED_STREAM_INFO_LINEAR = 10, + + /** + * Extended stream information of fragment. + */ + EXTENDED_STREAM_INFO_FRAGMENT =11, }; /** -- Gitee