mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Update docs
This commit is contained in:
parent
c54704067b
commit
9b840c3def
@ -104,7 +104,9 @@ Message published for each changed tracked object. The first message is publishe
|
|||||||
|
|
||||||
### `frigate/tracked_object_update`
|
### `frigate/tracked_object_update`
|
||||||
|
|
||||||
Message published for updates to tracked object metadata, for example when GenAI runs and returns a tracked object description.
|
Message published for updates to tracked object metadata, for example:
|
||||||
|
|
||||||
|
#### Generative AI Description Update
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@ -114,6 +116,33 @@ Message published for updates to tracked object metadata, for example when GenAI
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Face Recognition Update
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"type": "face",
|
||||||
|
"id": "1607123955.475377-mxklsc",
|
||||||
|
"name": "John",
|
||||||
|
"score": 0.95,
|
||||||
|
"camera": "front_door_cam",
|
||||||
|
"timestamp": 1607123958.748393,
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### License Plate Recognition Update
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"type": "lpr",
|
||||||
|
"id": "1607123955.475377-mxklsc",
|
||||||
|
"name": "John's Car",
|
||||||
|
"plate": "123ABC",
|
||||||
|
"score": 0.95,
|
||||||
|
"camera": "driveway_cam",
|
||||||
|
"timestamp": 1607123958.748393,
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### `frigate/reviews`
|
### `frigate/reviews`
|
||||||
|
|
||||||
Message published for each changed review item. The first message is published when the `detection` or `alert` is initiated. When additional objects are detected or when a zone change occurs, it will publish a, `update` message with the same id. When the review activity has ended a final `end` message is published.
|
Message published for each changed review item. The first message is published when the `detection` or `alert` is initiated. When additional objects are detected or when a zone change occurs, it will publish a, `update` message with the same id. When the review activity has ended a final `end` message is published.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user