⚠️ Experimental: The Moverse Capture Remote Control API is in an experimental stage. For usage with Moverse Capture Studio, click here.
| Feature | List Endpoint (/cameras) | Detail Endpoint (/cameras/{id}) |
|---|---|---|
| Path | Static | Dynamic ({id}) |
| Response | type: array (List of objects) | $ref: Camera (Single object) |
| Query Params | "Supported (info, parameters)" | "Supported (info, parameters)" |
curl --location --request GET '/api/v1/cameras/?info¶meters'{
"name": "OAK_7",
"serial": "1944301091FE8A2D00",
"communication": "lan",
"id": 7,
"gain": 550,
"exposure": 10000,
"white_balance": 5000
}