提交 8d8dea9b 编写于 作者: T Tianshi Liu

update face auth hdi doc

Signed-off-by: NTianshi Liu <tianshi.liu@huawei.com>
Change-Id: I9b0977d02416fc2a9bb2af99fba5d4c278eafa9b
上级 95d93bcc
......@@ -34,6 +34,7 @@
| [Delete](#delete)([in]&nbsp;unsigned&nbsp;long[]&nbsp;templateIdList) | 删除人脸特征模版。 |
| [Cancel](#cancel)([in]&nbsp;unsigned&nbsp;long&nbsp;scheduleId) | 取消操作请求。 |
| [SendCommand](#sendcommand)([in]&nbsp;int&nbsp;commandId,&nbsp;[in]&nbsp;unsigned&nbsp;char[]&nbsp;extraInfo,&nbsp;[in]&nbsp;IExecutorCallback&nbsp;callbackObj) | 发送人脸认证功能相关操作命令。 |
| [SetBufferProducer](#setbufferproducer) ([in]&nbsp;BufferProducerSequenceable&nbsp;bufferProducer) | 设置可用缓冲区生成器。 |
## **成员函数说明**
......@@ -291,3 +292,26 @@ IExecutor::SendCommand ([in] int commandId, [in] unsigned char[] extraInfo, [in]
0 表示操作成功。
非0 表示操作失败。
### SetBufferProducer()
```
IExecutor::SetBufferProducer ([in] BufferProducerSequenceable bufferProducer )
```
**描述:**
设置可用缓冲区生成器。用于传递相机预览流,开始录入前设置为有效值,结束录入后设置为空指针。
**参数:**
| 名称 | 描述 |
| -------- | -------- |
| bufferProducer | 可用缓冲区生成器。 |
**返回:**
0 表示操作成功。
非0 表示操作失败。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册