diff options
Diffstat (limited to 'client.cfg')
| -rw-r--r-- | client.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
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 + |
