Service: Record
| This API is officially released and maintained. |
The record service allows streaming of recording data to a client. It requests and combines all the required recording data (metadata, raw, states, vtu, pcd) into one stream. A message in the stream consists of a file-path and the corresponding data. That means that one message represents one file in a recording archive.
| Method | Request | Response |
|---|---|---|
RecordStreamResponseStream |
Stream
Get a stream of recording data.
Request
Request for getting a stream of record messages
| Field | Type | Default | Unit |
|---|---|---|---|
point_cloud_type |
optional percept_pipeline.data.PointCloudType |
- |
- |
The type of point cloud to stream |
|||
disable_states |
bool |
- |
- |
Reduce the amount of data by not recording states |
|||
disable_vtu_and_pcd |
bool |
- |
- |
Reduce the amount of data by not recording vtu and pcd files |
|||