PlaybackDatasetLoader
↳ extends PlaybackDatasetSource
Base class for loading playback dataset data from various sources. Subclasses override [loadCaptureJson], [loadImage], [loadDepthData], [loadDepthConfidence] to provide concrete implementations. Use [loadDataset] to parse the capture JSON and create a [PlaybackDataset] that uses this loader for on-demand frame loading.
Declaration
abstract class PlaybackDatasetLoaderFunctions
| Name | Type | Summary |
|---|---|---|
| loadDataset | PlaybackDataset? | Loads the dataset: reads capture JSON from this source and returns a [PlaybackDataset] that uses this loader for on-demand frame loading. |
Relationships
derived: AssetPlaybackDatasetLoader