google-ar / arcore-ios-sdk

ARCore SDK for iOS
https://developers.google.com/ar/
Apache License 2.0
283 stars 84 forks source link

how to stop or pause GARSession #75

Closed arenas7307979 closed 1 year ago

arenas7307979 commented 1 year ago

hii, I would like to create a switch that can be used to toggle the state of the GARSession in iOS app, either pausing or resuming it at any time. Do you have any examples or explanations on how to pause and resume the GARSession?

jrullman commented 1 year ago

GARSession does not currently have explicit pause and resume methods. You can simply pause and resume your underlying ARSession, so that frames stop being generated.