Recording
Start Recording Episode
Asynchronously start recording an episode in the background. Output format is chosen when stopping the recording.
POST
Query Parameters
Body
application/json
Request to start the recording of an episode.
Name of the dataset to save the episode in.
Format to save the episode.
json
is compatible with OpenVLA and stores videos as a series of npy.
lerobot_v2
is compatible with lerobot training.
Available options:
json
, lerobot_v2
Codec to use for the video saving. Defaults to None.
Available options:
avc1
, hev1
, mp4v
, hvc1
, avc3
, av01
, vp09
Records steps of the robot at this frequency. Defaults to 10.
Response
200
application/json
Successful Response
Default response.
Allowed value:
"ok"
Was this page helpful?