未验证 提交 d54486e1 编写于 作者: Z Zhangzi 提交者: Gitee

update zh-cn/device-dev/driver/driver-peripherals-camera-des.md.

开发指南文档整改
Signed-off-by: NZhangzi <zhangjiaxiang7@huawei.com>
上级 54f8d544
......@@ -45,20 +45,9 @@ Camera模块主要包含服务、设备的初始化,数据通路的搭建,
Camera模块主要针对相机预览、拍照、视频流等场景,对这些场景下的相机操作进行封装,使开发者更易操作相机硬件,提高开发效率。
### HCS配置文件<a name="5"></a>
Camera模块HCS配置文件路径:/vendor/hihope/rk3568/hdf_config/uhdf/camera
1. ./hdi_impl/camera_host_config.hcs 主要是metadata TAG配置
2. ./pipeline_core/config.hcs 主要是node 节点配置
编译后在/drivers/periphera/camra/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/config目录下生产congfig.c和congfig.h文件
3. ./pipeline_core/ipp_algo_config.hcs 为ipp node 拍照配置
4. ./pipeline_core/params.hcs 各种流配置
编译后在/drivers/periphera/camra/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/config目录下生产params.c和params.h文件
### 接口说明<a name="6"></a>
注:以下接口列举的为IDL接口描述生成的对应C++语言函数接口,接口声明见idl文件(/drivers/interface/camera/v1_0/,链接:https://gitee.com/openharmony/drivers_interface/tree/master/camera)。
注:以下接口列举的为IDL接口描述生成的对应C++语言函数接口,接口声明见idl文件[/drivers/interface/camera/v2_0/](https://gitee.com/openharmony/drivers_interface/tree/master/camera)
在HDI使用中下发的配置参数不能超出GetCameraAbility上报的能力范围。即使通过UpdateSettings、CommitStreams、Capture等接口可以下发超出该范围的配置参数,且接口调用不会返回失败,但设置后的行为是不确定的。
- icamera_device.h
......@@ -1041,3 +1030,14 @@ Camera驱动的开发过程主要包含以下步骤:
以RK3568为例:
1. 执行全量编译命令./build.sh --product-name rk3568 --ccache,生成可执行二进制文件ohos_camera_demo,路径为:out/rk3568/packages/phone/vendor/bin/。
2. 将可执行文件ohos_camera_demo导入开发板,修改权限直接运行即可。
### HCS配置文件<a name="5"></a>
HCS文件以默认配置为主,开发人员可根据需求自行修改。Camera模块HCS配置文件路径:/vendor/hihope/rk3568/hdf_config/uhdf/camera
1. ./hdi_impl/camera_host_config.hcs 主要是metadata TAG配置
2. ./pipeline_core/config.hcs 主要是node 节点配置
编译后在/drivers/periphera/camra/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/config目录下生产congfig.c和congfig.h文件
3. ./pipeline_core/ipp_algo_config.hcs 为ipp node 拍照配置
4. ./pipeline_core/params.hcs 各种流配置
编译后在/drivers/periphera/camra/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/config目录下生产params.c和params.h文件
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册