-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
33 lines (33 loc) · 801 Bytes
/
config.json
File metadata and controls
33 lines (33 loc) · 801 Bytes
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
29
30
31
32
33
{
"motion_threshold": 12,
"motion_min_area": 800,
"sound_threshold": 0.04,
"cry_freq_low": 300,
"cry_freq_high": 800,
"cry_duration": 1.5,
"noise_alert_enabled": true,
"noise_duration": 1,
"alert_cooldown_motion": 30,
"alert_cooldown_cry": 60,
"motion_duration_min": 8,
"camera_device": 0,
"frame_width": 640,
"frame_height": 480,
"fps": 15,
"camera_auto": true,
"camera_brightness": 128,
"camera_contrast": 128,
"camera_saturation": 128,
"camera_sharpness": 128,
"camera_gain": 0,
"audio_device": "plughw:3,0",
"audio_rate": 16000,
"snapshot_quality": 75,
"night_mode_auto": true,
"night_brightness_threshold": 40,
"telegram_bot_token": "",
"telegram_chat_id": "",
"telegram_enabled": false,
"video_enabled": true,
"audio_enabled": true
}