静态图片人脸检测 为什么需要 plane 参数?是否必须传入?
作者: bikerr创建于 2023年12月21日更新于 2025年9月21日
const session = this.session = wx.createVKSession({ track: { plane: { mode: 3 }, face: { mode: 2 } }, version: 'v1', gl: this.gl }) https://GitHub.com/wechat-miniprogram/miniprogram-demo/blob/c5893c709336ff52185162dde3915523f0efb4fc/miniprogram/packageAPI/pages/ar/photo-face-detect/behavior.js#L94C14-L94C14
内容来源: wechat-miniprogram/miniprogram-demo