mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
More reorganization
This commit is contained in:
parent
b87e15d7b6
commit
21dc01085d
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: autotracking
|
||||
title: Autotracking
|
||||
title: Camera Autotracking
|
||||
---
|
||||
|
||||
An ONVIF-capable, PTZ (pan-tilt-zoom) camera that supports relative movement within the field of view (FOV) can be configured to automatically track moving objects and keep them in the center of the frame.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: cameras
|
||||
title: Cameras
|
||||
title: Camera Configuration
|
||||
---
|
||||
|
||||
## Setting Up Camera Inputs
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: index
|
||||
title: Frigate Configuration File
|
||||
title: Frigate Configuration Reference
|
||||
---
|
||||
|
||||
For Home Assistant Addon installations, the config file needs to be in the root of your Home Assistant config directory (same location as `configuration.yaml`). It can be named `frigate.yaml` or `frigate.yml`, but if both files exist `frigate.yaml` will be preferred and `frigate.yml` will be ignored.
|
||||
|
||||
@ -29,16 +29,13 @@ module.exports = {
|
||||
],
|
||||
Cameras: [
|
||||
"configuration/cameras",
|
||||
"configuration/record",
|
||||
"configuration/snapshots",
|
||||
"configuration/birdseye",
|
||||
"configuration/live",
|
||||
"configuration/restream",
|
||||
"configuration/autotracking",
|
||||
"configuration/camera_specific",
|
||||
"configuration/record",
|
||||
"configuration/snapshots",
|
||||
],
|
||||
Hardware: [
|
||||
"configuration/hardware_acceleration",
|
||||
"configuration/ffmpeg_presets",
|
||||
],
|
||||
Objects: [
|
||||
"configuration/masks",
|
||||
@ -46,7 +43,9 @@ module.exports = {
|
||||
"configuration/stationary_objects",
|
||||
"configuration/zones",
|
||||
],
|
||||
Advanced: [
|
||||
"Extra Configuration": [
|
||||
"configuration/hardware_acceleration",
|
||||
"configuration/ffmpeg_presets",
|
||||
"configuration/advanced",
|
||||
],
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user