问题场景人脸活体检测自定义了跳转页面,检测完成之后没有跳转,还是默认的成功失败页面由PerfectUserInfoPage页面调起人脸活体检测,检测完毕期望在回到PerfectUserInfoPage页面,如果成功跳转到了自定义页面 怎么获取活体检测返回的数据由PerfectUserInfoPage页面调起再返回PerfectUserInfoPage页面,只需要将routeModes设置为"back" as interactiveLiveness.RouteRedirectionMode,可以通过设置变量来接收活体检测返回的数据,检测完毕后会自动关闭检测页并返回到PerfectUserInfoPage页面具体可参考链接:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/vision-interactiveliveness-V5\#section22701210512
问题场景
人脸活体检测自定义了跳转页面,检测完成之后没有跳转,还是默认的成功失败页面由PerfectUserInfoPage页面调起人脸活体检测,检测完毕期望在回到PerfectUserInfoPage页面,如果成功跳转到了自定义页面 怎么获取活体检测返回的数据
由PerfectUserInfoPage页面调起再返回PerfectUserInfoPage页面,只需要将routeModes设置为"back" as interactiveLiveness.RouteRedirectionMode,可以通过设置变量来接收活体检测返回的数据,检测完毕后会自动关闭检测页并返回到PerfectUserInfoPage页面
具体可参考链接:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/vision-interactiveliveness-V5\#section22701210512