1. Home
  2. SDK iOS
  3. Advanced
  4. Show Marker Without Scanning

Show Marker Without Scanning

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 on processing and after that on rendering or didFail(withError:) will be called if an error occurs.
Was this article helpful to you? Yes 1 No

How can we help?