From 94b1350c9dfb60ed9859bf28ede695811e465808 Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Fri, 28 Jun 2024 15:34:15 -0600 Subject: [PATCH] config reference: add note about birdseye>layout>scaling_factor (#12190) --- docs/docs/configuration/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index f27e5055d..285e42b61 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -149,7 +149,7 @@ birdseye: inactivity_threshold: 30 # Optional: Configure the birdseye layout layout: - # Optional: Scaling factor for the layout calculator (default: shown below) + # Optional: Scaling factor for the layout calculator, range 1.0-5.0 (default: shown below) scaling_factor: 2.0 # Optional: Maximum number of cameras to show at one time, showing the most recent (default: show all cameras) max_cameras: 1