fEVR (pronounced fee-ver) An Event Video Recorder using Frigate #3040
Replies: 4 comments 15 replies
-
Can you elaborate what benefit this is vs just using Frigate itself? Is this something that is done with @blakeblackshear's blessing? |
Beta Was this translation helpful? Give feedback.
-
The aim is to make frigate easier for non technical types. I'm sure you'd agree that setting it up can be a bit cumbersome. I want to make this accessible for mom or grandpa to use. For now it's a nice interface that automates notifications, viewing, and sorting through things. On my list of Todos are:
This builds on top of Blake's amazing work using frigate's API. It being licensed under the MIT license allows for derivative work. This code, however, does nothing to modify frigate, just sits next to and communicates with it. |
Beta Was this translation helpful? Give feedback.
-
Can this take in events from multiple instances of Frigate? With the scarcity of TPU and chips in general I have been toying with how to setup multiple "worker" nodes but still have a unified interface. I would have to agree with the other comment that it would seem to make more sense to add features to Frigate rather than a separate app, but maybe I am missing the idea. |
Beta Was this translation helpful? Give feedback.
-
Just so everyone is aware of my official position here, I don't have any issues with this. I see this as an expected outcome and the very nature of open source. You can't make a project open source and also prevent others from using it for other purposes. I also believe the popularity of this project is in large part due to it being available as an open source project. Others making contributions and building services on top of it only stand to increase the overall popularity of the project as a whole. @BeardedTek I would be interested to hear why you think GPL v3 is a better license choice for open source work. It seems to me like most major open source projects are moving to MIT or Apache 2.0. |
Beta Was this translation helpful? Give feedback.
-
fEVR - frigate Event Video Recorder
fEVR works along side of frigate and home assistant to collect video and snapshots of objects detected using your existing camera systems.
Notable Mentions
Value 4 Value
If you find value in this, please give back. Filing a bug report, suggestion or feature request, a high five, share us on social media, a kind note, or even a donation goes a long way to making the upkeep of open source software more enjoyable for the community as a whole.
Screenshot
Features
Support
Cloud Instances of fEVR
Known Bugs
Requirements:
Suggested:
Install
The easiest and recommended method of install is docker-compose.
Included is a container running tailscale to securely access fEVR. This is not 100% necessary, but far more secure.
Create .env file
Follow the Auth URL and either add to your existing account or create a new one. Its free and easy to use.
Configure Home Assistant Automation provide notifications:
Home Assistant Automation
Home Assistant Automation adds a "break" using an input boolean helper.
Help!
If you have any issues, please reach out and file an issue or start a discussion.
I hope you find this useful!
Beta Was this translation helpful? Give feedback.
All reactions