Skip to main content
API Reference SwiftyNsdk PlaybackDatasetLoader

loadDataset

Loads a dataset from the data source....

Declaration

func loadDataset() -> PlaybackDataset?

Summary

Loads a dataset from the data source.
This method only loads the capture JSON metadata upfront. Frame images and depth data
are loaded on-demand when requested, reducing memory pressure for large datasets.
- Returns: A PlaybackDataset configured for on-demand loading, or nil if loading fails


ON THIS PAGE