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
}

Changes

Changed in 5 of the 49 revisions of this API.1127

    • added the new FOCUS enum value to the capabilities/items/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property focus to the response with the 200 status

      response-optional-property-added

  • fbe1c12c11c1113See the full diff
    • removed the optional property driver from the response with the 200 status

      response-optional-property-removed

    • removed the optional property exposure from the response with the 200 status

      response-optional-property-removed

    • removed the optional property path from the response with the 200 status

      response-optional-property-removed

    • removed the optional property rotation from the response with the 200 status

      response-optional-property-removed

    • removed the optional property send_to_connect from the response with the 200 status

      response-optional-property-removed

    • added the new EACH_LAYER enum value to the trigger_scheme response property for the response status 200

      response-property-enum-value-added

    • added the new FIFTH_LAYER enum value to the trigger_scheme response property for the response status 200

      response-property-enum-value-added

    • added the new MANUAL enum value to the trigger_scheme response property for the response status 200

      response-property-enum-value-added

    • added the new SIXTY_SEC enum value to the trigger_scheme response property for the response status 200

      response-property-enum-value-added

    • added the new TEN_SEC enum value to the trigger_scheme response property for the response status 200

      response-property-enum-value-added

    • added the new THIRTY_SEC enum value to the trigger_scheme response property for the response status 200

      response-property-enum-value-added

    • added the optional property capabilities to the response with the 200 status

      response-optional-property-added

    • removed the EVERY_10_MIN enum value from the trigger_scheme response property for the response status 200

      response-property-enum-value-removed

    • removed the ON_LAYER_CHANGE enum value from the trigger_scheme response property for the response status 200

      response-property-enum-value-removed

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog