Frigate - IP 摄像头开源程序实时目标检测 NVR
一、软件介绍
文末提供程序和源码下载
一款专为 Home Assistant 设计的完整本地 NVR,具备 AI 目标检测功能。使用 OpenCV 和 Tensorflow 在本地对 IP 摄像头进行实时目标检测。
强烈推荐使用 GPU 或 AI 加速器,例如 Google Coral 或 Hailo。AI 加速器几乎没有任何额外开销,性能将优于最好的 CPU。
- Tight integration with Home Assistant via a custom component
通过自定义组件与 Home Assistant 紧密集成 - Designed to minimize resource use and maximize performance by only looking for objects when and where it is necessary
设计用于最小化资源使用并最大化性能,仅在必要时查找对象 - Leverages multiprocessing heavily with an emphasis on realtime over processing every frame
大量利用多进程,强调实时处理而非每帧处理 - Uses a very low overhead motion detection to determine where to run object detection
使用非常低开销的运动检测来确定运行对象检测的位置 - Object detection with TensorFlow runs in separate processes for maximum FPS
使用 TensorFlow 进行目标检测在单独的进程中运行以获得最大 FPS - Communicates over MQTT for easy integration into other systems
通过 MQTT 进行通信,便于集成到其他系统中 - Records video with retention settings based on detected objects
根据检测到的对象设置保留设置来录制视频 - 24/7 recording 全天候录制
- Re-streaming via RTSP to reduce the number of connections to your camera
通过 RTSP 重新流式传输以减少与您摄像头的连接数量 - WebRTC & MSE support for low-latency live view
WebRTC 与 MSE 支持低延迟实时预览
精简审核流程
多摄像头浏览
内置蒙版和区域编辑器
二、软件下载
夸克网盘
本文信息来源于GitHub作者地址:https://github.com/blakeblackshear/frigate