⚠️ Experimental: The Moverse Capture Remote Control API is in an experimental stage. For usage with Moverse Capture Studio, click here.
tracking_mode and verify if individual actors are calibrated (state: 1) or fully tracked (state: 2) before starting a recording.curl --location '/api/v1/actors'{
"tracking_mode": 2,
"enter_radius_scale": 0.3,
"exit_radius_scale": 0.7,
"actors_info": [
{
"name": "Actor0",
"id": 0,
"state": 2
},
{
"name": "Actor1",
"id": 1,
"state": 1
}
]
}