当暂时不需要使用 ARSession 的时候,可以通过 stop 方法使 ARSession 停止运行,并关闭摄像头。当想要再次启动 ARSession 的时候,可以再次调用 start 方法。
stop
start
await session.stop();