This commit is contained in:
Josh Hawkins 2024-09-11 19:47:10 -05:00
parent c036ab42d5
commit 5a7b170c9a
4 changed files with 6 additions and 6 deletions

View File

@ -91,7 +91,7 @@ detectors:
device: usb
record:
enabled: true
enabled: True
retain:
days: 7
mode: motion
@ -147,7 +147,7 @@ detectors:
device: usb
record:
enabled: true
enabled: True
retain:
days: 7
mode: motion
@ -214,7 +214,7 @@ model:
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
record:
enabled: true
enabled: True
retain:
days: 7
mode: motion

View File

@ -21,7 +21,7 @@ Birdseye RTSP restream can be accessed at `rtsp://<frigate_host>:8554/birdseye`.
```yaml
birdseye:
restream: true
restream: True
```
### Securing Restream With Authentication

View File

@ -33,7 +33,7 @@ Frigate+ models support a more relevant set of objects for security cameras. Cur
### Label attributes
Frigate has special handling for some labels when using Frigate+ models. `face`, `license_plate`, `amazon`, `ups`, and `fedex` are considered attribute labels which are not tracked like regular objects and do not generate tracked objects. In addition, the `threshold` filter will have no effect on these labels. You should adjust the `min_score` and other filter values as needed.
Frigate has special handling for some labels when using Frigate+ models. `face`, `license_plate`, `amazon`, `ups`, and `fedex` are considered attribute labels which are not tracked like regular objects and do not generate review items directly. In addition, the `threshold` filter will have no effect on these labels. You should adjust the `min_score` and other filter values as needed.
In order to have Frigate start using these attribute labels, you will need to add them to the list of objects to track:

View File

@ -17,7 +17,7 @@ ffmpeg:
record: preset-record-generic-audio-aac
```
### I can't view tracked objects or recordings in the Web UI.
### I can't view recordings in the Web UI.
Ensure your cameras send h264 encoded video, or [transcode them](/configuration/restream.md).