diff options
Diffstat (limited to 'doc/ipcam_motion_worker.md')
-rw-r--r-- | doc/ipcam_motion_worker.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/ipcam_motion_worker.md b/doc/ipcam_motion_worker.md index 8a79133..9a5e7b0 100644 --- a/doc/ipcam_motion_worker.md +++ b/doc/ipcam_motion_worker.md @@ -14,7 +14,6 @@ Local worker config example: ``` api_url=http://ip:port camera=1 -threshold=1 ``` Remote worker config example: @@ -22,14 +21,18 @@ Remote worker config example: remote=1 api_url=http://ip:port camera=1 -threshold=1 fs_root=/var/ipcam_motion_fs fs_max_filesize=146800640 ``` -Optional fields: +Optional fields (dvr-scan options): ``` roi_file=roi.txt +threshold=1 +min_event_length=3s +downscale_factor=3 +frame_skip=2 +dvr_scan_path= ``` `api_url` must point to `ipcam_server` instance. @@ -56,4 +59,4 @@ apt-get install python3-opencv pip3 install drv-scan ``` -Then add to `~/.local/bin` to `$PATH`.
\ No newline at end of file +Then add to `~/.local/bin` to `$PATH`. |