相机。
属性 | 类型 | 默认值 | 必填 | 说明 |
---|---|---|---|---|
属性 | 类型 | 默认值 | 必填 | 说明 |
mode | string | normal | 否 | 应用模式,只在初始化时有效,不能动态变更 |
device-position | string | back | 否 | 摄像头朝向 |
flash | string | auto | 否 | 闪光灯 |
bindstop | eventhandle | 否 | 摄像头在非正常终止时触发,如退出后台等情况 | |
binderror | eventhandle | 否 | 用户不允许使用摄像头时触发 |
mode 的合法值
值 | 说明 |
---|---|
normal | 相机模式 |
device-position 的合法值
值 | 说明 |
---|---|
front | 前置 |
back | 后置 |
flash 的合法值
值 | 说明 |
---|---|
auto | 自动 |
on | 打开 |
off | 关闭 |