Hi,
Really great project. I was using Frigate for my NVR system but the failing GPU acceleration on object detection nudged me to find alternatives. I've tried OS-NVR at first and finally got here.
I'd like to suggest some feature improvement. Some of these ideas I've already implemented in my forked github repository.
- A modern web UI. See this PR. I started hacking into the main app.rs and later realized I could just make a plugin, and there it is. I know having a fancy UI is probably not the starting goal, but with some reasonable work, I have built a Vite project with React + Tailwind CSS + Shadcn, like the modern web UI would look like today.
- Status plugin. See this PR. This is just copying the same idea I like from OS-NVR.
- A object detection client that talks to the OpenVino model server. See this PR. This is my original motivation to move away from Frigate openvino detector and embrace a server based architecture for running object detection.
I primarily use github for development, however when I tried to drop a PR I don't get much response, so I trace back here to see if you are interested in accepting any contributions and how. Appreicate your time and feedback on these improvement ideas.
Hi,
Really great project. I was using Frigate for my NVR system but the failing GPU acceleration on object detection nudged me to find alternatives. I've tried [OS-NVR](https://github.com/OSNVR/OS-NVR) at first and finally got here.
I'd like to suggest some feature improvement. Some of these ideas I've already implemented in my [forked github repository](https://github.com/henryouly/sentryshot).
1. A modern web UI. See this [PR](https://github.com/henryouly/sentryshot/pull/15). I started hacking into the main app.rs and later realized I could just make a plugin, and there it is. I know having a fancy UI is probably not the starting goal, but with some reasonable work, I have built a Vite project with React + Tailwind CSS + Shadcn, like the modern web UI would look like today.
2. Status plugin. See this [PR](https://github.com/henryouly/sentryshot/pull/12). This is just copying the same idea I like from OS-NVR.
3. A object detection client that talks to the [OpenVino model server](https://github.com/openvinotoolkit/model_server). See this [PR](https://github.com/henryouly/sentryshot/pull/1). This is my original motivation to move away from Frigate openvino detector and embrace a server based architecture for running object detection.
I primarily use github for development, however when I tried to drop a PR I don't get much response, so I trace back here to see if you are interested in accepting any contributions and how. Appreicate your time and feedback on these improvement ideas.