ExportRecordingsBody
sourcePlayback source
Possible values: [recordings, preview]
Default value:
recordingsname object
anyOf
- string
- null
string
Possible values: <= 256 characters
image_pathImage Path
export_case_id object
ID of the export case to assign this export to
- string
- null
string
Possible values: <= 30 characters
chapters object
Optional chapter metadata to embed in the export. When omitted, the camera's configured export chapter mode is used.
- ChaptersEnum
- null
ChaptersEnum
Possible values: [none, recording_segments, review_items]
streamRecorded stream to export
Which recorded stream to export. 'auto' uses the merged timeline, preferring the main stream and falling back to the sub stream where main has aged out. 'main' or 'sub' pins the export to that stream alone.
Possible values: [auto, main, sub]
Default value:
autoExportRecordingsBody
{
"source": "recordings",
"name": "string",
"image_path": "string",
"export_case_id": "string",
"chapters": "none",
"stream": "auto"
}