NVR with realtime local object detection for IP cameras
Go to file
Nicolas Mowen 5f9d477863
Update event filters naming and add sub label filter (#3194)
* Use default names so filters are more clear

* Add endpoint to get list of sub labels inside DB

* Fix crash on no internet

* Cleanups for sub_label http

* Add sub label selector to events UI

* Add event filtering for sub label

* Formatting files

* Reduce size of filters to fit on one line

* Add handler for tests

* Remove unused imports

* Only show the sub labels filter when there are sub labels in the DB

* Fix tests

* Use distinct instead of group_by

* Formatting

* Cleanup event logic
2022-05-29 09:47:43 -05:00
.devcontainer
.github Multi arch image with nvidia decode support 2022-04-24 13:52:12 -05:00
docker use specific jellyfin-ffmpeg build 2022-05-26 10:02:43 -05:00
docs update hwaccel docs for nvidia docker-compose 2022-05-18 17:19:37 -05:00
frigate Update event filters naming and add sub label filter (#3194) 2022-05-29 09:47:43 -05:00
migrations optimize query performance 2022-05-12 06:29:43 -05:00
web Update event filters naming and add sub label filter (#3194) 2022-05-29 09:47:43 -05:00
.dockerignore
.gitignore
.pylintrc
benchmark.py
docker-compose.yml fix development port 2022-05-20 09:28:26 -05:00
labelmap.txt
LICENSE
Makefile Multi arch image with nvidia decode support 2022-04-24 13:52:12 -05:00
process_clip.py Ability to enable / disable motion detection via MQTT (#3117) 2022-04-26 07:29:28 -05:00
README.md
requirements-dev.txt
requirements-wheels.txt
requirements.txt

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 RTMP to reduce the number of connections to your camera

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