Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 committed May 22, 2024
1 parent 4382c3d commit 3c8c3bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/docs/configuration/birdseye.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/configuration/review.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/configuration/zones.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/frigate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3c8c3bd

Please sign in to comment.