Add endpoint to return camera frame with regions grid overlaid (#8413)

* Add endpoint to view grid overload on camera frame

* Add api to docs

* Formatting
This commit is contained in:
Nicolas Mowen
2023-11-01 17:21:30 -06:00
committed by GitHub
parent 6eff08eb2d
commit 89366d7b12
2 changed files with 111 additions and 1 deletions

View File

@@ -263,6 +263,10 @@ Returns the snapshot image from the latest event for the given camera and label
Returns the snapshot image from the specific point in that cameras recordings.
### `GET /api/<camera_name>/grid.jpg`
Returns the latest camera image with the regions grid overlaid.
### `GET /clips/<camera>-<id>.jpg`
JPG snapshot for the given camera and event id.