forked from OpenIPC/divinus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdivinus.yaml
More file actions
103 lines (90 loc) · 1.55 KB
/
divinus.yaml
File metadata and controls
103 lines (90 loc) · 1.55 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
system:
sensor_config: /etc/sensors/imx415.bin
web_port: 80
web_enable_auth: false
web_auth_user: admin
web_auth_pass: 12345
web_auth_skiplocal: true
web_enable_static: false
isp_thread_stack_size: 16384
venc_stream_thread_stack_size: 16384
web_server_thread_stack_size: 65536
time_format: "%Y-%m-%d %H:%M:%S"
watchdog: 30
isp:
mirror: false
flip: false
antiflicker: 60
osd:
enable: true
mdns:
enable: false
onvif:
enable: false
enable_auth: false
auth_user: admin
auth_pass: 12345
rtsp:
enable: true
enable_auth: false
auth_user: admin
auth_pass: 12345
port: 554
record:
enable: false
continuous: false
path: /mnt/sdcard/recordings
#filename: "output.mp4"
#segment_duration: 0
#segment_size: 52428800
stream:
enable: false
udp_srcport: 5600
dest:
- udp://239.255.255.0:5600
night_mode:
enable: false
ir_sensor_pin: 62
check_interval_s: 10
ir_cut_pin1: 1
ir_cut_pin2: 2
ir_led_pin: 3
pin_switch_delay_us: 150
adc_device: /dev/sar_adc_drv
adc_threshold: 128
http_post:
enable: false
host: <your host>
url: /~example/000000000000/%Y/%m/%d/%H.%M.jpg
width: 640
height: 360
qfactor: 90
interval: 60
login: <your login>
password: <yout pass>
audio:
enable: false
srate: 48000
bitrate: 128
mp4:
enable: true
codec: H264
mode: CBR
width: 3840
height: 2160
fps: 20
gop: 40
bitrate: 1024
profile: 2
jpeg:
enable: false
width: 1920
height: 1080
qfactor: 70
mjpeg:
enable: true
mode: CBR
width: 3840
height: 2160
fps: 20
bitrate: 1024