diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 7ed63be11..a0b58558d 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -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 diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index f9d4e4094..211050972 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -21,7 +21,7 @@ Birdseye RTSP restream can be accessed at `rtsp://:8554/birdseye`. ```yaml birdseye: - restream: true + restream: True ``` ### Securing Restream With Authentication diff --git a/docs/docs/plus/index.md b/docs/docs/plus/index.md index dfa5c7e18..d03db116a 100644 --- a/docs/docs/plus/index.md +++ b/docs/docs/plus/index.md @@ -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: diff --git a/docs/docs/troubleshooting/faqs.md b/docs/docs/troubleshooting/faqs.md index e8ed7725a..7356fecec 100644 --- a/docs/docs/troubleshooting/faqs.md +++ b/docs/docs/troubleshooting/faqs.md @@ -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).