⚠️ Experimental: The Moverse Capture Remote Control API is in an experimental stage. For usage with Moverse Capture Studio, click here.
name identifier is always included.| Parameter | Includes Fields |
|---|---|
| always | name |
info=1 | id, serial, communication |
parameters=1 | gain, exposure, white_balance |
| (Both) | All fields are returned. |
PATCH /api/v1/cameras endpoint with {"id": -1, "status": 1} payload.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
},
{
"name": "OAK_6",
"serial": "19443010919F8D2D00",
"communication": "lan",
"id": 6,
"gain": 550,
"exposure": 10000,
"white_balance": 5000
}
]