静态图片人脸检测 为什么需要plane 这个参数 是必传的吗?
Author: bikerrCreated Dec 21, 2023Updated Sep 21, 2025
const session = this.session = wx.createVKSession({
track: {
plane: {
mode: 3
},
face: {
mode: 2
}
},
version: 'v1',
gl: this.gl
})Source: wechat-miniprogram/miniprogram-demo