From dfdb62d178cf730b589ff31cbae7beeaaedd4317 Mon Sep 17 00:00:00 2001 From: lvxiaoqiang Date: Tue, 10 Sep 2024 20:11:23 +0800 Subject: [PATCH] adapte yuv burst capture Signed-off-by: lvxiaoqiang Change-Id: I1270bc1aee61b74c2f01ef4be209c9860b699c91 --- camera/interfaces/include/video_key_info.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/camera/interfaces/include/video_key_info.h b/camera/interfaces/include/video_key_info.h index 2710b22267..1d90249f34 100644 --- a/camera/interfaces/include/video_key_info.h +++ b/camera/interfaces/include/video_key_info.h @@ -107,5 +107,11 @@ const int32_t VIDEO_KEY_DEFEREED_COUNT = 0x0B; const std::string depthDataQualityLevel = "depthDataQualityLevel"; const int32_t VIDEO_KEY_DEPTH_DATA_QUALITY_LEVEL = 0x0C; +/** + * @brief Indicates the sequenceId of capture. The value type is int32_t. + */ +const std::string burstSequenceId = "burstSequenceId"; +const int32_t VIDEO_KEY_BURST_SEQUENCE_ID = 0x0D; + } // end namespace OHOS::Camera #endif