mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 02:35:22 +03:00
Add MQTT docs for PTZ
This commit is contained in:
parent
6dc1d3e906
commit
f87b8b4999
@ -157,4 +157,15 @@ Topic to adjust motion contour area for a camera. Expected value is an integer.
|
|||||||
|
|
||||||
### `frigate/<camera_name>/motion_contour_area/state`
|
### `frigate/<camera_name>/motion_contour_area/state`
|
||||||
|
|
||||||
Topic with current motion contour area for a camera. Published value is an integer.
|
Topic with current motion contour area for a camera. Published value is an integer.
|
||||||
|
|
||||||
|
### `frigate/<camera_name>/ptz`
|
||||||
|
|
||||||
|
Topic to send PTZ commands to camera.
|
||||||
|
|
||||||
|
| Command | Description |
|
||||||
|
| -------------------- | --------------------------------------------------------------------------------------- |
|
||||||
|
| preset-<preset_name> | send command to move to preset with name <preset_name> |
|
||||||
|
| MOVE_<dir> | send command to continuously move in <dir>, possible values are [UP, DOWN, LEFT, RIGHT] |
|
||||||
|
| ZOOM_<dir> | send command to continuously zoom <dir>, possible values are [IN, OUT] |
|
||||||
|
| STOP | send command to stop moving |
|
||||||
Loading…
Reference in New Issue
Block a user