<camera device-position="{{ direction }}" resolution="high" flash="off" binderror="error" style="width: 100%; height:80vh;">
<cover-view class="cover-content" hover-class="none" hover-stop-propagation="false">
<cover-image class="bgImage" src="{{photo_guide}}"></cover-image>
</cover-view>
</camera>
const ctx = wx.createCameraContext()
ctx.takePhoto({
quality: 'high',
success: (res) => {
},
fail: (err) => {
console.log(err)
}
})
{"system":"OpenHarmonyOS 6.0.0","model":"ADY-AL00","brand":"HUAWEI","deviceAbi":"arm64-v8a","memorySize":0,"abi":"arm64-v8a","cpuType":"HL1TYZM","errno":0,"benchmarkLevel":-1,"platform":"ohos","theme":"light","fontSizeScaleFactor":1,"version":"8.0.16","language":"zh_CN","fontSizeSetting":16,"SDKVersion":"3.15.1","enableDebug":false,"host":{"env":"WeChat","version":4085256247},"mode":"default","appName":"weixin","screenHeight":817,"pixelRatio":3.375,"screenWidth":372,"safeArea":{"bottom":789,"height":754,"left":0,"right":372,"top":35,"width":372},"windowWidth":372,"screenTop":0,"statusBarHeight":35,"windowHeight":817}

验证正常的 你那里必现吗?模糊是指图片直接看不了吗