mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-29 01:57:41 +03:00
docs
This commit is contained in:
parent
329a33bad7
commit
acf79b94ff
@ -27,6 +27,8 @@ cameras:
|
|||||||
enabled: False
|
enabled: False
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Generative AI can also be toggled dynamically for a camera via MQTT with the topic `frigate/<camera_name>/genai/set`. See the [MQTT documentation](/integrations/mqtt/#frigatecamera_namegenaiset).
|
||||||
|
|
||||||
## Ollama
|
## Ollama
|
||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
|
|||||||
@ -397,6 +397,14 @@ Topic to turn review detections for a camera on or off. Expected values are `ON`
|
|||||||
|
|
||||||
Topic with current state of review detections for a camera. Published values are `ON` and `OFF`.
|
Topic with current state of review detections for a camera. Published values are `ON` and `OFF`.
|
||||||
|
|
||||||
|
### `frigate/<camera_name>/genai/set`
|
||||||
|
|
||||||
|
Topic to turn generative AI for a camera on or off. Expected values are `ON` and `OFF`.
|
||||||
|
|
||||||
|
### `frigate/<camera_name>/genai/state`
|
||||||
|
|
||||||
|
Topic with current state of generative AI for a camera. Published values are `ON` and `OFF`.
|
||||||
|
|
||||||
### `frigate/<camera_name>/birdseye/set`
|
### `frigate/<camera_name>/birdseye/set`
|
||||||
|
|
||||||
Topic to turn Birdseye for a camera on and off. Expected values are `ON` and `OFF`. Birdseye mode
|
Topic to turn Birdseye for a camera on and off. Expected values are `ON` and `OFF`. Birdseye mode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user