device: 'back',
<camera device-position="{{device}}" resolution="high" flash="off" binderror="error" style="width: 100%; height:80vh;">
</camera>
const ctx = wx.createCameraContext()
ctx.takePhoto({
quality: 'high',
success: (res) => {
},
fail: (err) => {
console.log(err)
}
})
设备型号:android 设备版本系统:Android 13 微信版本:8.0.60

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
用户2025年7月份还可以正常拍照,2025年8月7号突然不行了