diff options
| author | Franoosh <uinarf@autistici.org> | 2025-12-18 22:53:49 +0100 |
|---|---|---|
| committer | Franoosh <uinarf@autistici.org> | 2025-12-18 22:53:49 +0100 |
| commit | 1bf339c91139dc14ab85dfc25bd85d12f0dae7e6 (patch) | |
| tree | 4611f4d9b14ea682d83912fb5514c5464ca766af /client.cfg | |
| download | ZeroMQ_Video_Streaming-1bf339c91139dc14ab85dfc25bd85d12f0dae7e6.tar.gz ZeroMQ_Video_Streaming-1bf339c91139dc14ab85dfc25bd85d12f0dae7e6.tar.bz2 ZeroMQ_Video_Streaming-1bf339c91139dc14ab85dfc25bd85d12f0dae7e6.zip | |
Initial commit
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 + |
