forked from OpenIPC/mini
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminihttp.ini
More file actions
73 lines (62 loc) · 1.37 KB
/
Copy pathminihttp.ini
File metadata and controls
73 lines (62 loc) · 1.37 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
[system]
sensor_config = /etc/sensors/imx222_1080p_line.ini
web_port = 8080
web_enable_static = false
isp_thread_stack_size = 16384 ;16kb = 16*1024
venc_stream_thread_stack_size = 16384
web_server_thread_stack_size = 16384
[isp]
align_width = 64
max_pool_cnt = 16
blk_cnt = 4 ; 4 for hi3518E, 10 for hi3516C
[night_mode]
enable = true
ir_sensor_pin = 62
check_interval_s = 10 ; interval to check light sensor state in seconds
ir_cut_pin1 = 1
ir_cut_pin2 = 2
pin_switch_delay_us = 150 ; switch delay in us on IRcut filter pins. WARNING! Very long delay can damage IRcut filter!!!
[record]
enable = true
path = /sdcard/records/
file_duration = 10 ; minutes
width = 1920
height = 1080
fps = 25
bitrate = 1024
[http_post]
enable = true
host = <your host>
url = /~example/000000000000/%Y/%m/%d/%H.%M.jpg ; format time like C strftime call
width = 640
height = 360
qfactor = 90 ; [1..99] jpeg quality
interval = 60 ; in seconds
; basic auth
login = <your login>
password = <yout pass>
[mp4]
enable = true
width = 1920
height = 1080
fps = 25
bitrate = 1024 ; kbits per second
[jpeg]
enable = true
width = 1920
height = 1080
qfactor = 70 ; [1..99] jpeg quality
[mjpeg]
enable = true
width = 640
height = 360
fps = 5
bitrate = 1024 ; kbits per second
[rtsp]
enable = false
width = 1920
height = 1080
fps = 25
bitrate = 1024 ; kbits per second
udp = true
tcp = true