1 Star 0 Fork 0

sklink/openipc_mini

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mini.ini 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Signor Pellegrino 提交于 2022-09-08 15:14 +08:00 . Update default params
[system]
sensor_config = /etc/sensors/jxf22_i2c_1080p.ini
web_port = 80
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 = 5 ; 5 for hi3518E, 10 for hi3516C
[night_mode]
enable = false
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 = false
path = /sdcard/records/
file_duration = 10 ; minutes
width = 1920
height = 1080
fps = 25
bitrate = 1024
[http_post]
enable = false
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 = true
width = 1920
height = 1080
fps = 25
bitrate = 1024 ; kbits per second
udp = true
tcp = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/sklink/openipc_mini.git
git@gitee.com:sklink/openipc_mini.git
sklink
openipc_mini
openipc_mini
master

搜索帮助