The BearSDK also provides a method to display a marker without scanning it: showARSceneWithoutTracking(withMarkerId id: Int)
. Obviously you need the marker id to call this method.
The behavior is the same as when a marker is recognized from scan, but without tracking assets on the marker:
- The marker and its assets will be displayed in the augmented reality view;
- The scanner status will be changed to
processing
and after that torendering
ordidFail(withError:)
will be called if an error occurs.
Comments
Please sign in to leave a comment.