Snapshots
Endpoint: https://server:port/api/snapshots/<cameranumber/uuid>
Supported actions: GET
Permissions:
GET: viewLive
GET Parameters:
- width (> 0 width in pixels)
- height (> 0 height in pixels)
- quality (>= 0 jpeg compression quality, 0 = low quality, 100 = high quality)
Examples:
GET https://server:port/api/snapshots/1
GET https://server:port/api/snapshots/c6d6ef81-2dfe-411a-8bee-e16137b1b135
GET https://server:port/api/snapshots/1?width=400&height=400&quality=60
Response:
<jpeg-image>
Comments
0 comments
Please sign in to leave a comment.