v1

latestOpenAPI 3.0.1AGPLv32026-07-17302746.4 KB

Get current settings and properties of specific camera

get/api/v1/cameras/{id}

Response

OK

namestring

Name of the camera

trigger_scheme'TEN_SEC' | 'THIRTY_SEC' | 'SIXTY_SEC' | 'EACH_LAYER' | 'FIFTH_LAYER' | 'MANUAL'

When the snapshot is taken

focusnumber

Focus of the camera (0.0 - 1.0)

capabilitiesstring[]

Example response

{
  "name": "MuadDib_Camera_1",
  "available_resolutions": [
    {
      "width": 640,
      "height": 480
    }
  ],
  "resolution": {
    "width": 640,
    "height": 480
  },
  "focus": 0.5
}