#媒体组件#
>camera相机
>系统相机
>使用时需要用户授权scope.camera
>扫码二维码功能,需升级微信客户端至6.7.3
>使用wx.createCameraContext()创建
属性 | 类型 | 默认值 | 说明 |
mode | string | normal | 应用模式,只在初始化时有效,不能动态变更 normal:相机模式。 scanCode:扫码模式 |
device-position | string | back | 摄像头朝向 |
flash | string | auto | 闪光灯,值为auto, on, off |
frame-size | string | medium | 指定期望的相机帧数据尺寸 |
bindstop | eventhandle | 摄像头在非正常终止时触发,如退出后台等情况 | |
binderror | eventhandle | 用户不允许使用摄像头时触发 | |
bindinitdone | eventhandle | 相机初始化完成时触发 | |
bindscancode | eventhandle |