Snapshots
Endpoint: https://server:port/api/snapshots/<camera_uuid>
Supported actions: GET
Permissions:
GET Live image: Viewing live video GET image from recordings: Viewing recordings
GET Parameters:
- width (> 0 width in pixels)
- height (> 0 height in pixels)
- quality (>= 0 jpeg compression quality, 0 = low quality, 100 = high quality)
- timeMs (>0 epoch milliseconds)
- hq (true/false, default true, hq=true selects image from primary stream)
Examples:
GET https://server:port/api/snapshots/c6d6ef81-2dfe-411a-8bee-e16137b1b135 GET https://server:port/api/snapshots/c6d6ef81-2dfe-411a-8bee-e16137b1b135?width=400&height=400&quality=60 GET https://server:port/api/snapshots/c6d6ef81-2dfe-411a-8bee-e16137b1b135?timeMs=1770386400000 GET https://server:port/api/snapshots/c6d6ef81-2dfe-411a-8bee-e16137b1b135?hq=false
Response:
<jpeg-image>
Comments
0 comments
Please sign in to leave a comment.