NVR with realtime local object detection for IP cameras
Go to file
Nicolas Mowen 562e2627c2
Auto select gpu for hwaccel presets (#5406)
* Add ability to GPU device to be automatically detected when multiple exist

* Add logging info

* Fix access

* Fix

* Formatting

* Fix path of device

* Use log error instead of raise

* Remove log which could apply to other caess

* Set default value

* rework logic and support auto gpu selection for encoding gpu as well
2023-02-11 08:00:58 -06:00
.devcontainer
.github Bump ASzc/change-string-case-action from 1 to 5 (#5308) 2023-01-30 06:15:04 -06:00
.vscode
config
docker Fix logging IP instead of WebRTC port (#5417) 2023-02-08 21:28:20 -06:00
docs Bump go2rtc from 1.1.1 to 1.1.2 (#5440) 2023-02-09 09:32:46 -06:00
frigate Auto select gpu for hwaccel presets (#5406) 2023-02-11 08:00:58 -06:00
migrations
web Scrollbar juddering (#5383) 2023-02-05 09:13:15 -06:00
.dockerignore
.gitignore
.pylintrc
benchmark.py
docker-compose.yml
Dockerfile Bump go2rtc from 1.1.1 to 1.1.2 (#5440) 2023-02-09 09:32:46 -06:00
labelmap.txt
LICENSE
Makefile
process_clip.py
README.md
requirements-dev.txt
requirements-ov.txt
requirements-tensorrt.txt
requirements-wheels.txt
requirements.txt easier python deps (#4827) 2022-12-30 16:43:32 -06:00

logo

Frigate - NVR With Realtime Object Detection for IP Cameras

A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.

Use of a Google Coral Accelerator is optional, but highly recommended. The Coral will outperform even the best CPUs and can process 100+ FPS with very little overhead.

  • Tight integration with Home Assistant via a custom component
  • 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
  • Communicates over MQTT for easy integration into other systems
  • 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
  • WebRTC & MSE support for low-latency live view

Documentation

View the documentation at https://docs.frigate.video

Donations

If you would like to make a donation to support development, please use Github Sponsors.

Screenshots

Integration into Home Assistant

Also comes with a builtin UI:

Events