CameraFrameListener
CameraContext.onCameraFrame() 返回的监听器。
方法
start
开始监听帧数据
支持情况:

(option?: StartOption) => void
| 参数 | 类型 |
|---|---|
| option | StartOption |
stop
停止监听帧数据
支持情况:

(option?: StopOption) => void
| 参数 | 类型 |
|---|---|
| option | StopOption |
参数
StartOption
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| complete | (res: TaroGeneral.CallbackResult) => void | 否 | 接口调用结束的回调函数(调用成功、失败都会执行) |
| fail | (res: TaroGeneral.CallbackResult) => void | 否 | 接口调用失败的回调函数 |
| success | (res: TaroGeneral.CallbackResult) => void | 否 | 接口调用成功的回调函数 |
StopOption
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| complete | (res: TaroGeneral.CallbackResult) => void | 否 | 接口调用结束的回调函数(调用成功、失败都会执行) |
| fail | (res: TaroGeneral.CallbackResult) => void | 否 | 接口调用失败的回调函数 |
| success | (res: TaroGeneral.CallbackResult) => void | 否 | 接口调用成功的回调函数 |
API 支持度
| API | 微信小程序 | H5 | React Native |
|---|---|---|---|
| CameraFrameListener.start | ✔️ | ||
| CameraFrameListener.stop | ✔️ |