收藏
回答

wx.createVKSession?

const session = wx.createVKSession({

track: {

face: { mode: 1 }, // mode: 1 - 使用摄像头;2 - 手动传入图像


plane:{mode:1}

},

})



// 需要调用一次 start 以启动

session.start(errno => {

if (errno) {

// 如果失败,将返回 errno

console.log('如果失败,将返回 errno====',errno)



} else {


console.log('如果成功,将返回 errno====',errno)


// 否则,返回null,表示成功

}

})

摄像头检测人脸苹果13居然说报设备2000002AI client device not supported客户端设备不支持,想问连苹果13都不支持了吗


回答关注问题邀请回答
收藏
登录 后发表内容