From 2ce511e99dc236800a0c476d384bb7a8aff0a2d6 Mon Sep 17 00:00:00 2001 From: Zhangzi Date: Thu, 8 Jun 2023 03:13:18 +0000 Subject: [PATCH] update zh-cn/device-dev/driver/driver-peripherals-camera-des.md. Signed-off-by: Zhangzi --- zh-cn/device-dev/driver/driver-peripherals-camera-des.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/device-dev/driver/driver-peripherals-camera-des.md b/zh-cn/device-dev/driver/driver-peripherals-camera-des.md index c0d1cc8303..9e5a694c48 100755 --- a/zh-cn/device-dev/driver/driver-peripherals-camera-des.md +++ b/zh-cn/device-dev/driver/driver-peripherals-camera-des.md @@ -53,20 +53,20 @@ Camera模块主要针对相机预览、拍照、视频流等场景,对这些 | 功能描述 | 接口名称 | | ---------------------------- | ------------------------------------------------------------ | - | 获取流控制器 | int32_t GetStreamOperator_V1_1(
const sptr\& callbackObj,
sptr& streamOperator) | + | 获取流控制器 | int32_t GetStreamOperator_V1_1(
const sptr\& callbackObj,
sptr& streamOperator
) | - icamera_host.h | 功能描述 | 接口名称 | | ------------------------------ | ------------------------------------------------------------ | - | 打开Camera设备 | int32_t OpenCamera_V1_1(const std::string& cameraId,
const sptr\& callbackObj,
sptr\& device) | + | 打开Camera设备 | int32_t OpenCamera_V1_1(
const std::string& cameraId,
const sptr\& callbackObj,
sptr\& device
) | | 预启动摄像头设备 | int32_t PreLaunch(const PrelaunchConfig& config) | - istream_operator.h | 功能描述 | 接口名称 | | -------------------------------- | ------------------------------------------------------------ | - | 查询是否支持添加参数对应的流 | int32_t IsStreamsSupported_V1_1(
OperationMode mode,
const std::vector& modeSetting,
const std::vector& infos,
StreamSupportType& type) | + | 查询是否支持添加参数对应的流 | int32_t IsStreamsSupported_V1_1(
OperationMode mode,
const std::vector& modeSetting,
const std::vector& infos,
StreamSupportType& type
) | | 创建流 | int32_t CreateStreams_V1_1(const std::vector& streamInfos) | -- GitLab