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
ARViewControlleryou have to changeautomaticCameraControlproperty tofalse; - Manage manually pause/resume camera using
ARViewControllerhandlerobject functionsresumeCamera(animated: Bool)andpauseCamera(animated: Bool).
Comments
Please sign in to leave a comment.