mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 02:35:22 +03:00
update docs
This commit is contained in:
parent
edd80bb81c
commit
4c0addeb08
@ -24,7 +24,6 @@ Examples of available modules are:
|
|||||||
- `frigate.app`
|
- `frigate.app`
|
||||||
- `frigate.mqtt`
|
- `frigate.mqtt`
|
||||||
- `frigate.object_detection`
|
- `frigate.object_detection`
|
||||||
- `frigate.zeroconf`
|
|
||||||
- `detector.<detector_name>`
|
- `detector.<detector_name>`
|
||||||
- `watchdog.<camera_name>`
|
- `watchdog.<camera_name>`
|
||||||
- `ffmpeg.<camera_name>.<sorted_roles>` NOTE: All FFmpeg logs are sent as `error` level.
|
- `ffmpeg.<camera_name>.<sorted_roles>` NOTE: All FFmpeg logs are sent as `error` level.
|
||||||
|
|||||||
@ -173,8 +173,8 @@ Events from the database. Accepts the following query string parameters:
|
|||||||
Timeline of key moments of an event(s) from the database. Accepts the following query string parameters:
|
Timeline of key moments of an event(s) from the database. Accepts the following query string parameters:
|
||||||
|
|
||||||
| param | Type | Description |
|
| param | Type | Description |
|
||||||
| -------------------- | ---- | --------------------------------------------- |
|
| ----------- | ---- | ----------------------------------- |
|
||||||
| `camera` | int | Name of camera |
|
| `camera` | str | Name of camera |
|
||||||
| `source_id` | str | ID of tracked object |
|
| `source_id` | str | ID of tracked object |
|
||||||
| `limit` | int | Limit the number of events returned |
|
| `limit` | int | Limit the number of events returned |
|
||||||
|
|
||||||
@ -198,6 +198,14 @@ Sets retain to true for the event id.
|
|||||||
|
|
||||||
Submits the snapshot of the event to Frigate+ for labeling.
|
Submits the snapshot of the event to Frigate+ for labeling.
|
||||||
|
|
||||||
|
| param | Type | Description |
|
||||||
|
| -------------------- | ---- | ---------------------------------- |
|
||||||
|
| `include_annotation` | int | Submit annotation to Frigate+ too. |
|
||||||
|
|
||||||
|
### `PUT /api/events/<id>/false_positive`
|
||||||
|
|
||||||
|
Submits the snapshot of the event to Frigate+ for labeling and adds the detection as a false positive.
|
||||||
|
|
||||||
### `DELETE /api/events/<id>/retain`
|
### `DELETE /api/events/<id>/retain`
|
||||||
|
|
||||||
Sets retain to false for the event id (event may be deleted quickly after removing).
|
Sets retain to false for the event id (event may be deleted quickly after removing).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user