• Joined on 2025-12-17
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-14 22:55:12 +08:00
c7a6bf5ef9 feat(aiot): 告警详情和列表显示摄像头名称
cdx pushed to feature at XW-AIOT/iot-device-management-frontend 2026-02-14 22:49:51 +08:00
3d34c3f57f feat(aiot): 告警详情显示ROI名称
3b65e27212 fix(aiot): 修复confirm_seconds描述格式 - 统一标点符号风格
95354e09a7 feat(aiot): 更新周界入侵参数说明 - 支持自动告警处理
Compare 3 commits »
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-14 22:49:40 +08:00
66e3ab4b74 feat(aiot): 告警详情显示ROI名称而非bbox坐标
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-14 22:37:28 +08:00
67b28f6290 fix(aiot): 配置推送超时保持10秒 - Edge改为异步启动摄像头
fb8cf8ae5d fix(aiot): 修复编译错误 - 使用getGbName()替代getName()
835c16a365 fix(aiot): 配置推送改用camera_code查询StreamProxy
be35710c01 test(intrusion): 验证自动告警处理功能实现
5da85b54ea docs(aiot): 更新周界入侵算法描述 - 说明自动告警处理机制
Compare 5 commits »
cdx pushed to feature at XW-AIOT/security-ai-edge 2026-02-14 22:37:21 +08:00
7b3265fe74 fix(edge): 配置推送后异步启动摄像头,不阻塞HTTP响应
a38d599544 fix(config): 修改设备ID默认值为default - 匹配云端配置
db28773406 chore: 更新.gitignore - 排除测试和工具脚本
a1dbd6c55b tools(recovery): 添加摄像头配置恢复工具
25851cdafc Revert "fix(config-sync): 修复全量同步时空配置不清理旧数据的bug"
Compare 14 commits »
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-14 09:34:18 +08:00
dfb2c2410d chore: 更新 .gitignore - 排除测试文件、临时脚本和运行时数据
7e0795be78 refactor(aiot): 算法抽帧频率改为固定展示,不允许用户配置
363978b1f4 feat(aiot): 添加算法抽帧频率配置参数
828ab0a29e refactor(aiot): 简化离岗检测参数配置,固定技术细节参数
fea089b349 refactor(aiot): 删除离岗检测算法的cooldown_sec参数
Compare 6 commits »
cdx pushed to feature at XW-AIOT/iot-device-management-frontend 2026-02-14 09:31:15 +08:00
8375d3c8a1 refactor(aiot): 算法抽帧频率改为固定展示,不允许用户配置
b0ea479493 feat(aiot): 添加算法抽帧频率选择器
e90ffec8c8 refactor(aiot): 简化离岗检测参数显示,只展示核心配置项
0a3658dc57 refactor(aiot): 删除离岗检测的cooldown_sec参数映射
bddae7367a fix(aiot): 修正离岗检测参数标签和说明
Compare 15 commits »
cdx pushed to feature at XW-AIOT/security-ai-edge 2026-02-14 09:30:58 +08:00
d6644a65f3 chore: 更新 .gitignore - 排除诊断文档和临时脚本
4153efaae9 refactor(main): 优化摄像头视频流启动逻辑 - 只启动有ROI配置的摄像头
Compare 2 commits »
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-13 15:32:08 +08:00
e3401192ac fix(aiot): 修复删除操作配置推送问题
cdx pushed to feature at XW-AIOT/iot-device-management-service 2026-02-13 15:32:01 +08:00
8838905305 fix(aiot): 修复告警汇总应用名更新不同步问题
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-13 13:31:29 +08:00
b2c2159967 docs(aiot): 添加为现有摄像头生成camera_code的执行指南
cdx pushed to feature at XW-AIOT/iot-device-management-frontend 2026-02-13 13:31:21 +08:00
bf93a1afec fix(aiot): 恢复摄像头管理页面应用名显示和输入 - 改善用户体验
cdx pushed to feature at XW-AIOT/iot-device-management-frontend 2026-02-13 11:55:05 +08:00
ac345a4728 feat(aiot): ROI配置页面改用cameraCode参数和截图调用
4bbc4b16dd feat(aiot): 摄像头管理页面改用cameraCode,隐藏app输入
2583ed5335 feat(aiot): Camera接口增加cameraCode字段,getSnapUrl改用cameraCode
Compare 3 commits »
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-13 11:54:54 +08:00
18e44e7d8b docs: camera_code全链路改造完整文档
87c75608f1 docs: camera_code改造测试报告
450afb8112 feat(aiot): 配置推送使用camera_code查询StreamProxy
6d1e1d0bc3 feat(aiot): snap接口改用cameraCode参数查询StreamProxy
3792a30616 feat(streamProxy): 实现camera_code自动生成和查询逻辑
Compare 11 commits »
cdx pushed to feature at XW-AIOT/iot-device-management-frontend 2026-02-13 10:32:08 +08:00
92a6031e72 fix(aiot): 修复告警列表自动计时 - duration_ms为NULL时显示进行中
b6217a8b02 feat(aiot): 优化算法参数配置界面 - 修复保存失败+精美时间选择器
Compare 2 commits »
cdx pushed to feature at XW-AIOT/iot-device-management-service 2026-02-13 10:31:56 +08:00
683791d1c9 fix(service): Alarm creation without duration - aligns with ai_edge changes
789dc6a373 fix: 修复告警时间戳格式 - 移除微秒保持一致性
Compare 2 commits »
cdx pushed to feature at XW-AIOT/security-ai-edge 2026-02-13 10:31:45 +08:00
6d408386bc test(aiot): 添加离岗告警完整流程集成测试
690eb66277 fix(aiot): 告警触发时不发送持续时长,等待回岗后再计算
5b2440c467 refactor(aiot): 离岗检测算法v2.0 - 全面重构
7496a6fe04 feat(aiot): 实现离岗倒计时功能 - 修复持续时长过短问题
4ebded3385 fix: 统一告警resolve事件的时间戳格式
Compare 5 commits »
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-13 10:31:36 +08:00
1ca13b5cc9 docs(aiot): 添加告警时间字段语义说明和迁移脚本
346e0fc5fe feat(aiot): 数据库schema更新 - 添加离岗倒计时参数
Compare 2 commits »
cdx pushed to feature at XW-AIOT/iot-device-management-frontend 2026-02-11 17:57:03 +08:00
a2284d8991 feat(aiot): 告警列表-持续时长格式化 + 创建时间改为结束时间
cdx pushed to feature at XW-AIOT/iot-device-management-service 2026-02-11 17:56:54 +08:00
f3af9cac22 feat(aiot): 告警结束接口 + 持续时长更新 + first_frame_time存储