收藏
回答

华为 Pura 70 OpenHarmonyOS 6.0.0 拍照模糊?


    <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}

最后一次编辑于  04-16
回答关注问题邀请回答
收藏

2 个回答

  • 社区技术运营专员--阳光
    社区技术运营专员--阳光
    04-19

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

    04-19
    有用
    回复 1
    • 张向
      张向
      04-22
      个别用户不是必现的,有明显有颗粒感
      04-22
      回复
  • 智能回答 智能回答 本次回答由AI生成
    04-16
    有用
    回复 1
登录 后发表内容