NVR with realtime local object detection for IP cameras
Go to file
Nicolas Mowen fbaab71d78
Metadata Timeline (#6194)
* Create timeline table

* Fix indexes

* Add other fields

* Adjust schema to be less descriptive

* Handle timeline queue from tracked object data

* Setup timeline queue in events

* Add source id for index

* Add other fields

* Fixes

* Formatting

* Store better data

* Add api with filtering

* Setup basic UI for timeline in events

* Cleanups

* Add recordings snapshot url

* Start working on timeline ui

* Add tooltip with info

* Improve icons

* Fix start time with clip

* Move player logic back to clips

* Make box in timeline relative coordinates

* Make region relative

* Get box overlay working

* Remove overlay when playing again

* Add disclaimer when selecting overlay points

* Add docs for new apis

* Fix mobile

* Fix docs

* Change color of bottom center box

* Fix vscode formatting
2023-04-23 10:45:19 -05:00
.devcontainer Set User Agent for FFmpeg calls (#4555) 2022-11-30 16:53:45 -06:00
.github Auto approve dependabot PRs (#5147) 2023-04-16 07:15:10 -05:00
.vscode Set User Agent for FFmpeg calls (#4555) 2022-11-30 16:53:45 -06:00
config
docker Remove arm32 (#5935) 2023-04-08 09:24:28 -06:00
docs Metadata Timeline (#6194) 2023-04-23 10:45:19 -05:00
frigate Metadata Timeline (#6194) 2023-04-23 10:45:19 -05:00
migrations Metadata Timeline (#6194) 2023-04-23 10:45:19 -05:00
web Metadata Timeline (#6194) 2023-04-23 10:45:19 -05:00
.dockerignore
.gitignore Merge remote-tracking branch 'origin/master' into dev 2022-12-17 18:07:01 -06:00
.pylintrc
benchmark.py
docker-compose.yml docker-compose.yml: remove :ro for config.yml (#6086) 2023-04-15 07:22:55 -05:00
Dockerfile Remove arm32 (#5935) 2023-04-08 09:24:28 -06:00
labelmap.txt Cleanup Detector labelmap (#4932) 2023-01-06 07:03:16 -06:00
LICENSE
Makefile Remove arm32 (#5935) 2023-04-08 09:24:28 -06:00
process_clip.py
README.md Clarify docs about rtmp (#5052) 2023-01-13 07:20:25 -06:00
requirements-dev.txt update deps (#6093) 2023-04-15 14:17:59 -05:00
requirements-ov.txt update python deps (#6101) 2023-04-16 07:20:51 -05:00
requirements-tensorrt.txt Update library loading for tensorrt (#5087) 2023-01-14 13:14:27 -06:00
requirements-wheels.txt update python deps (#6101) 2023-04-16 07:20:51 -05:00
requirements.txt update python deps (#6101) 2023-04-16 07:20:51 -05: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