blob: 39747394518eebd46d935d8187212c8c4c001ccd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
local worker config example:
```
api_url=http://ip:port
camera=1
threshold=1
```
remote worker config example:
```
api_url=http://ip:port
camera=1
threshold=1
fs_root=/var/ipcam_motion_fs
fs_max_filesize=146800640
```
optional fields:
```
roi_file=roi.txt
```
`/var/ipcam_motion_fs` should be a tmpfs mountpoint
|