From 3c8c3bdd8f6f28520818be156211d967f3eca11e Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 22 May 2024 09:44:59 -0500 Subject: [PATCH] changes --- docs/docs/configuration/birdseye.md | 4 +++- docs/docs/configuration/review.md | 4 ++-- docs/docs/configuration/zones.md | 2 +- docs/docs/frigate/index.md | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/docs/configuration/birdseye.md b/docs/docs/configuration/birdseye.md index 33ab5909d9..2c9fbbdf4a 100644 --- a/docs/docs/configuration/birdseye.md +++ b/docs/docs/configuration/birdseye.md @@ -1,9 +1,11 @@ # Birdseye -In addition Frigate's Live camera dashboard, Birdseye allows a heads-up view of your cameras to see what is going on around your property / space without having to watch all cameras that may have nothing happening. Birdseye allows specific modes that intelligently show and disappear based on what you care about. +In addition to Frigate's Live camera dashboard, Birdseye allows a portable heads-up view of your cameras to see what is going on around your property / space without having to watch all cameras that may have nothing happening. Birdseye allows specific modes that intelligently show and disappear based on what you care about. Birdseye can be viewed by adding the "Birdseye" camera to a Camera Group in the Web UI. Add a Camera Group by pressing the "+" icon on the Live page, and choose "Birdseye" as one of the cameras. +Birdseye can also be used in HomeAssistant dashboards, cast to media devices, etc. + ## Birdseye Behavior ### Birdseye Modes diff --git a/docs/docs/configuration/review.md b/docs/docs/configuration/review.md index 81a4d062a8..fdf8c52593 100644 --- a/docs/docs/configuration/review.md +++ b/docs/docs/configuration/review.md @@ -3,13 +3,13 @@ id: review title: Review --- -The Review area of Frigate 0.14 is for quickly reviewing historical footage of interest from your cameras. _Review items_ are indicated on a vertical timeline and displayed as a grid of previews - bandwidth-optimized, low frame rate, low resolution videos. Hovering over or swiping a preview plays the video and marks it as reviewed. If more in-depth analysis is required, the preview can be clicked/tapped and the full frame rate, full resolution recording is displayed. +The Review page of the Frigate UI is for quickly reviewing historical footage of interest from your cameras. _Review items_ are indicated on a vertical timeline and displayed as a grid of previews - bandwidth-optimized, low frame rate, low resolution videos. Hovering over or swiping a preview plays the video and marks it as reviewed. If more in-depth analysis is required, the preview can be clicked/tapped and the full frame rate, full resolution recording is displayed. Review items are filterable by date, object type, and camera. ## Alerts and Detections -Not every segment of video captured by Frigate may be of the same level of interest to you. Video of people who enter your property are a different priority than those walking by on the sidewalk. For this reason, Frigate 0.14 categorizes review items as _alerts_ and _detections_. By default, all person and car objects are considered alerts. You can refine categorization of your review items by configuring required zones for them. +Not every segment of video captured by Frigate may be of the same level of interest to you. Video of people who enter your property may be a different priority than those walking by on the sidewalk. For this reason, Frigate 0.14 categorizes review items as _alerts_ and _detections_. By default, all person and car objects are considered alerts. You can refine categorization of your review items by configuring required zones for them. ## Restricting alerts to specific labels diff --git a/docs/docs/configuration/zones.md b/docs/docs/configuration/zones.md index 8a39c8e378..de60fcd67c 100644 --- a/docs/docs/configuration/zones.md +++ b/docs/docs/configuration/zones.md @@ -133,7 +133,7 @@ cameras: ### Loitering Time -Zones support a `loitering_time` configuration which can be used to only consider an object as part of a zone if they loiter for the specified number of seconds. This can be used, for example, to create alerts for cars that stop on the street but not cars that just drive past your camera. +Zones support a `loitering_time` configuration which can be used to only consider an object as part of a zone if they loiter in the zone for the specified number of seconds. This can be used, for example, to create alerts for cars that stop on the street but not cars that just drive past your camera. ```yaml cameras: diff --git a/docs/docs/frigate/index.md b/docs/docs/frigate/index.md index 36d07f46cd..73b3305e71 100644 --- a/docs/docs/frigate/index.md +++ b/docs/docs/frigate/index.md @@ -26,4 +26,4 @@ Use of a [Google Coral Accelerator](https://coral.ai/products/) is optional, but ![Media Browser](/img/media_browser-min.png) -![ation](/img/notification-min.png) +![Notification](/img/notification-min.png)