From 1bf339c91139dc14ab85dfc25bd85d12f0dae7e6 Mon Sep 17 00:00:00 2001 From: Franoosh Date: Thu, 18 Dec 2025 22:53:49 +0100 Subject: Initial commit --- client.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 client.cfg (limited to 'client.cfg') diff --git a/client.cfg b/client.cfg new file mode 100644 index 0000000..c407c4e --- /dev/null +++ b/client.cfg @@ -0,0 +1,17 @@ +[main] +testing = True + +[network] +router_address = 127.0.0.1 +router_port = 5569 + +[logging] +logdir = logs +logfile = client.log +loglevel = INFO + +[cameras] +front.address = /dev/video0 +front.contour_size_threshold = 4000 +front.movement_grace_period = 10 + -- cgit v1.2.3