In most cases BearSDK will control pause/resume camera automatically. But if you are need very specific behavior, you can disable automatic camera control and do it manually.
- In
ARViewController
you have to changeautomaticCameraControl
property tofalse
; - Manage manually pause/resume camera using
ARViewController
handler
object functionsresumeCamera(animated: Bool)
andpauseCamera(animated: Bool)
.
Comments
Please sign in to leave a comment.