Community Addons #19466
kornyhiv
started this conversation in
Show and tell
Community Addons
#19466
Replies: 2 comments 7 replies
-
|
If this is added to main frigate repo it will make it noob friendly. |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
Awesome concept! I am really interested in the Timelapse Addon. Unfortunately, I am not comfortable running random scripts on my Systems, but since it builds a container in the background, we should simply be able to build and upload it to a HUB which can then be easily reused. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Over the past few weeks, I've been working on a collection of standalone addon scripts designed to simplify the Frigate experience, from initial setup to advanced analytics. I'm excited to share them with the community!
These tools are all single, self-contained bash scripts that deploy Docker-based web UIs. The goal was to create simple, powerful tools that are easy to install and manage.
Here's a breakdown of the addons:
This is an all-in-one installer for getting Frigate up and running on a fresh Debian-based system. It automates dependency installation (Docker, NVIDIA drivers, CUDA), generates a YOLOv9 model, and guides the user through the initial setup.
GitHub Repo: https://github.com/kornyhiv/frigatenvr-easyinstallation
A web GUI to help you discover and configure cameras. It scans your network for ONVIF cameras, allows you to select streams, and easily writes the configuration to your config.yml file. It also includes a button to restart Frigate to apply changes. Option to change all to go2rtsp or back to simple rtsp. Pull available camera streams, etc.
GitHub Repo: https://github.com/kornyhiv/frigatenvr-configurator-addon
A web-based dashboard and reporting tool. It provides at-a-glance analytics, a visual site map, semantic event searching, LPR event logging, and PDF/CSV executive report exporting.
GitHub Repo: https://github.com/kornyhiv/frigatenvr-reporter-addon
A simple tool to generate timelapses from your Frigate recordings. The UI lets you select a camera, date, and time range, and it automatically detects hardware acceleration (NVIDIA/Intel QSV) to speed up the process.
GitHub Repo: https://github.com/kornyhiv/frigatenvr-timelapse-addon
A Note on Development
These scripts were developed as a fun project in collaboration with Google's Gemini. The entire process, from initial code generation to debugging and refinement, was a partnership to see what was possible.
All projects are provided as-is under the MIT license. I'd love to get your feedback and suggestions!
Beta Was this translation helpful? Give feedback.
All reactions