frigate/web/public/locales/en/config/birdseye.json
2026-02-27 09:40:20 -06:00

53 lines
1.8 KiB
JSON

{
"label": "Birdseye",
"description": "Settings for the Birdseye composite view that composes multiple camera feeds into a single layout.",
"enabled": {
"label": "Enable Birdseye",
"description": "Enable or disable the Birdseye view feature."
},
"mode": {
"label": "Tracking mode",
"description": "Mode for including cameras in Birdseye: 'objects', 'motion', or 'continuous'."
},
"restream": {
"label": "Restream RTSP",
"description": "Re-stream the Birdseye output as an RTSP feed; enabling this will keep Birdseye running continuously."
},
"width": {
"label": "Width",
"description": "Output width (pixels) of the composed Birdseye frame."
},
"height": {
"label": "Height",
"description": "Output height (pixels) of the composed Birdseye frame."
},
"quality": {
"label": "Encoding quality",
"description": "Encoding quality for the Birdseye mpeg1 feed (1 highest quality, 31 lowest)."
},
"inactivity_threshold": {
"label": "Inactivity threshold",
"description": "Seconds of inactivity after which a camera will stop being shown in Birdseye."
},
"layout": {
"label": "Layout",
"description": "Layout options for the Birdseye composition.",
"scaling_factor": {
"label": "Scaling factor",
"description": "Scaling factor used by the layout calculator (range 1.0 to 5.0)."
},
"max_cameras": {
"label": "Max cameras",
"description": "Maximum number of cameras to display at once in Birdseye; shows the most recent cameras."
}
},
"idle_heartbeat_fps": {
"label": "Idle heartbeat FPS",
"description": "Frames-per-second to resend the last composed Birdseye frame when idle; set to 0 to disable."
},
"order": {
"label": "Position",
"description": "Numeric position controlling the camera's ordering in the Birdseye layout."
}
}