Skip to main content
API Reference SwiftyNsdk

playbackSession

Called each time a new frame is ready during playback....

Declaration

func playbackSession(_ session: PlaybackSession, didUpdate frame: NsdkPlaybackFrame)

Summary

Called each time a new frame is ready during playback.
This method is called on the playback queue, so any UI updates should be
dispatched to the main queue.
- Parameters:
- session: The playback session that generated the update
- frame: The frame data including metadata, image, and depth buffers


ON THIS PAGE