v1

latestOpenAPI 3.0.1AGPLv32026-07-17302746.4 KB

Get a list of active cameras and its properties

get/api/v1/cameras

Response

OK

camera_idstring
connectedboolean

Camera is successfully connected to PrusaLink

detectedboolean

Camera is detected by PrusaLink, but not saved yet

storedboolean

Camera configuration is saved in PrusaLink

linkedboolean

Camera is linked to PrusaConnect

Example response

[
  {
    "camera_id": "sh42arta",
    "config": {
      "path": "/dev/video0",
      "name": "Camera L4D",
      "driver": "V4L2",
      "resolution": "1280x720"
    }
  }
]