sync global snapshot options (fixes #1621)

This commit is contained in:
Blake Blackshear
2021-08-28 09:14:00 -05:00
parent fa5ec8d019
commit fbea51372f
3 changed files with 94 additions and 36 deletions

View File

@@ -167,21 +167,6 @@ record:
person: 15
```
## `snapshots`
Can be overridden at the camera level. Global snapshot retention settings.
```yaml
# Optional: Configuration for the jpg snapshots written to the clips directory for each event
snapshots:
retain:
# Required: Default retention days (default: shown below)
default: 10
# Optional: Per object retention days
objects:
person: 15
```
### `ffmpeg`
Can be overridden at the camera level.