Get a list of active cameras and its properties
Response
OK
Example response
[
{
"camera_id": "sh42arta",
"config": {
"path": "/dev/video0",
"name": "Camera L4D",
"driver": "V4L2",
"resolution": "1280x720"
}
}
]Changes
Changed in 4 of the 49 revisions of this API.117
- ●
removed the optional property
items/statusfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/configto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/connectedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/detectedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/linkedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/storedto the response with the200statusresponse-optional-property-added
- ●
- ○
added the non-success response with the status
503response-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
- ▲