1
0
Fork 0
1Panel-Appstore/apps/frigate
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters
- maintain existing labelEn and labelZh fields for backward compatibility
- apply consistent internationalization structure across all apps
- improve localization support for multi-language user interfaces
2025-11-06 23:35:02 +08:00
..
0.16.2 feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
stable feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
README.md feat:添加frigate到列表 2024-10-30 01:24:02 +08:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png feat:添加frigate到列表 2024-10-30 01:24:02 +08:00

README.md

Frigate

Frigate 是一个为 Home Assistant 设计的完整本地 NVR具备 AI 物体检测功能。它使用 OpenCV 和 TensorFlow 实现 IP 摄像头的实时物体检测。

  • 与 Home Assistant 的紧密集成,通过 自定义组件 实现
  • 旨在通过仅在必要时和适当位置寻找物体来最小化资源使用并最大化性能
  • 大量利用多进程,强调实时性而非处理每一帧
  • 使用非常低开销的运动检测来确定何时进行物体检测
  • TensorFlow 的物体检测在单独的进程中运行,以实现最大 FPS
  • 通过 MQTT 进行通信,方便与其他系统集成
  • 基于检测到的物体记录视频并设置保留策略
  • 24/7 录制
  • 通过 RTSP 进行重流,以减少对摄像头的连接数量
  • 支持 WebRTC 和 MSE实现低延迟实时视图

文档

查看文档:https://docs.frigate.video

使用说明

用户名与密码通过查看容器日志获取