mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Add birdseye docs
This commit is contained in:
parent
b320877c73
commit
3f60091ce0
14
docs/docs/configuration/birdseye.md
Normal file
14
docs/docs/configuration/birdseye.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Birdseye
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
### Birdseye Modes
|
||||||
|
|
||||||
|
Birdseye offers different modes to customize which cameras show under which circumstances.
|
||||||
|
- **continuous:** All cameras are always included
|
||||||
|
- **motion:** Cameras that have detected motion within the last 30 seconds are included
|
||||||
|
- **objects:** Cameras that have tracked an active object within the last 30 seconds are included
|
||||||
|
|
||||||
|
### Custom Birdseye Icon
|
||||||
|
|
||||||
|
A custom icon can be added to the birdseye background by provided a file `custom.png` inside of the Frigate `media` folder. The file must be a png with the icon as transparent, any non-transparent pixels will be white when displayed in the birdseye view.
|
||||||
@ -22,6 +22,7 @@ module.exports = {
|
|||||||
'configuration/objects',
|
'configuration/objects',
|
||||||
'configuration/rtmp',
|
'configuration/rtmp',
|
||||||
'configuration/zones',
|
'configuration/zones',
|
||||||
|
'configuration/birdseye',
|
||||||
'configuration/advanced',
|
'configuration/advanced',
|
||||||
'configuration/hardware_acceleration',
|
'configuration/hardware_acceleration',
|
||||||
'configuration/nvdec',
|
'configuration/nvdec',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user