Edit a camera settings and / or configuration
patch/api/v1/cameras/{id}
Request body
Example request
{
"name": "MuadDib_Camera_1",
"resolution": {
"width": 640,
"height": 640
},
"rotation": 180,
"exposure": 4.2,
"send_to_connect": true
}Response
OK