-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyawls.properties
28 lines (21 loc) · 972 Bytes
/
yawls.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#face Detect dim screen if no one is in front of the camera
#Set true to enable or false to disable face detection
faceDetect = false
#Minimum time between camera activations in milliseconds
lowerLimit = 500
#Maximum time between camera activations in milliseconds
upperLimit = 30000
#Minimum time increase between camera activations in milliseconds if nothing to do
minIncrease = 100
#Maximum time increase between camera activations in milliseconds if nothing to do
maxIncrease = 500
#Value for darkening threshold in percent (0-100)
#For example a value of 25 means that the current brightness
#has to be less than 75 percent of the last measured brightness.
darkeningThreshold = 50
#Value for brightening threshold in percent (0-100)
#For example a value of 10 means that the current brightness
#has to be greater than 110 percent of the last measured brightness.
brighteningThreshold = 25
#Log level 0 (error) < 1 (warning) < 2 (info) < 3 (debug)
logLevel = 1