feat(XCamera): 实现异步抓图功能并优化图像处理
fix(nginx): 调整企业微信回调代理路径 feat(gateway): 添加企业微信消息处理功能 docs: 更新项目规划文档和企业微信配置详情 refactor(XCamera): 重构LED检测和图像处理逻辑 test: 添加ONVIF抓图测试功能
This commit is contained in:
32
Claw/Server/SmartClaw/config.json
Normal file
32
Claw/Server/SmartClaw/config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"server": {
|
||||
"port": "3001",
|
||||
"host": "0.0.0.0"
|
||||
},
|
||||
"gateway": {
|
||||
"url": "https://pactgo.cn",
|
||||
"ws_path": "/api/v1/ws/control",
|
||||
"api_key": "claw_secret_key"
|
||||
},
|
||||
"websocket": {
|
||||
"heartbeat_interval": 30,
|
||||
"connection_timeout": 60,
|
||||
"reconnect_interval": 5,
|
||||
"max_reconnect_attempts": 0
|
||||
},
|
||||
"task": {
|
||||
"workers": 1,
|
||||
"default_timeout": 60,
|
||||
"queue_size": 100
|
||||
},
|
||||
"lmstudio": {
|
||||
"enabled": false,
|
||||
"url": "http://localhost:1234"
|
||||
},
|
||||
"debug": {
|
||||
"log_level": "info",
|
||||
"config": false,
|
||||
"websocket": false,
|
||||
"task": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user