AssetPlaybackDatasetLoader
↳ extends PlaybackDatasetLoader
Loads playback dataset data from the app's [Context.getAssets] directory. Use a subdirectory that contains a capture JSON file and the frame images (and optional depth files). Example: place a dataset in
src/main/assets/playback/my_capture/ with capture.json, frame_00000000.jpg, etc. Then use AssetPlaybackDatasetLoader(context, "playback/my_capture").Declaration
class AssetPlaybackDatasetLoaderProperties
| Name | Type | Summary |
|---|---|---|
| assetSubdirectory | String | - |
| captureJsonName | String | - |
| context | Context | - |
Functions
| Name | Type | Summary |
|---|---|---|
| info | String | - |
| loadCaptureJson | ByteArray? | - |
| loadDepthConfidence | ByteArray? | - |
| loadDepthData | ByteArray? | - |
| loadImage | ByteArray? | - |