加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.json 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vanishi 提交于 2023-10-22 17:43 . init
{
"version": "3",
"host": "127.0.0.1",
"adminPort": 9001,
"analyzerPort": 9002,
"mediaHttpPort": 9003,
"mediaRtspPort": 554,
"mediaSecret": "aqxY9ps21fyhyKNRyYpGvJCTp1JBeGOM",
"rootDir": "www",
"videoFileNameFormat": "%Y%m%d%H%M%S",
"recordLogInterval": 30,
"workerConcurrency": 20,
"supportHardwareVideoDecode": false,
"supportHardwareVideoEncode": false,
"algorithmWeight": "models\\yolov8n.xml",
"algorithmDevice": "GPU",
"algorithmWeightConcurrency": 1
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化