PlaybackDataset
A dataset loaded from a capture JSON file containing frame metadata....
Declaration
class PlaybackDatasetSummary
A dataset loaded from a capture JSON file containing frame metadata. This class uses on-demand loading for frame images and depth data. Only the currently requested frame is loaded into memory, reducing memory pressure for large datasets.
Methods
| Name | Type | Summary |
|---|---|---|
| hasDepth | Bool |
Nested Types
Structs
| Name | Type | Summary |
|---|---|---|
| CaptureMetadata | CaptureMetadata | Metadata structure for capture information |
| CaptureRoot | CaptureRoot | Root structure for the capture JSON file |
| FrameMetadata | FrameMetadata | Frame metadata structure matching the JSON format |
| LocationMetadata | LocationMetadata | Location metadata structure |
Enums
| Name | Type | Summary |
|---|---|---|
| PlaybackDatasetError | PlaybackDatasetError | Errors that can occur when retrieving frame data |
- Returns:
trueifdepthSourceexists and equals "lidar",falseotherwise