mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-26 19:50:42 -04:00
adapte yuv burst capture
Signed-off-by: lvxiaoqiang <lvxiaoqiang1@huawei.com> Change-Id: I1270bc1aee61b74c2f01ef4be209c9860b699c91
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user