blob: cf37f2da71d64d1a0826ad0a8f09a3ff61df20de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Example configuration for the reolink time-lapse daemon
#
# See reolink.conf(5) and reolink(8) for more information.
# How often to take a snapshot
interval: 30
# Where to store snapshots and videos
spool_dir: /var/spool/reolink
# Retain images in the spool for 24 hours
spool_time: 24
# IP address of camera
reolink_ip: 192.168.127.10
# Start and end time of time-lapse video
video: 0530-2130
|