⚠️ Experimental: The Moverse Capture Remote Control API is in an experimental stage. For usage with Moverse Capture Studio, click here.
state: 1) or fully tracked (state: 2) before starting a recording.curl --location --request GET '/api/v1/actors'[
{
"name": "Actor0",
"id": 0,
"state": 2
},
{
"name": "Actor1",
"id": 1,
"state": 1
}
]