Skip to main content
API Reference NSDK PlaybackSession

run

Starts playback. The playback loop runs asynchronously on a background queue; frames are delivered on the main queue....

Declaration

override func run(_ configuration: ARConfiguration, options: ARSession.RunOptions = [])

Summary

Starts playback. The playback loop runs asynchronously on a background queue; frames are delivered on the main queue.
Configuration and options are ignored (playback uses the dataset's frame rate and content). Call pause() to stop.