mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
37 lines
749 B
JSON
37 lines
749 B
JSON
{
|
|
"label": "Birdseye configuration.",
|
|
"properties": {
|
|
"enabled": {
|
|
"label": "Enable birdseye view."
|
|
},
|
|
"mode": {
|
|
"label": "Tracking mode."
|
|
},
|
|
"restream": {
|
|
"label": "Restream birdseye via RTSP."
|
|
},
|
|
"width": {
|
|
"label": "Birdseye width."
|
|
},
|
|
"height": {
|
|
"label": "Birdseye height."
|
|
},
|
|
"quality": {
|
|
"label": "Encoding quality."
|
|
},
|
|
"inactivity_threshold": {
|
|
"label": "Birdseye Inactivity Threshold"
|
|
},
|
|
"layout": {
|
|
"label": "Birdseye Layout Config",
|
|
"properties": {
|
|
"scaling_factor": {
|
|
"label": "Birdseye Scaling Factor"
|
|
},
|
|
"max_cameras": {
|
|
"label": "Max cameras"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |