I’d like to set up three or four cameras on the exterior of my house, but I’m not sure where to start with this project. Ideally, these cameras would get power over Ethernet and record to a hard drive in my house that I could access remotely with a decent user interface. If the system could notify me when movement is detected that would be ideal as well. I don’t like the idea of using a Google, Amazon, or similar product because I don’t want to pay a subscription and I want to have control of the footage. What are you using that more or less accomplishes what I’ve described?
Dog hardware … with dog software I guess. Barks mostly reliably, but sometimes bugs out and keeps barking for no reason.
I use homeassistant with frigate. detection, alerts and recording, it supports it all and the mobile client is useful to monitor it remotely.
The Home Assistant mobile client? Or is there a Frigate app, too? I have the Frigate webpage bookmarked and used that. It’s also available in the HA front end, but I prefer using Frigate directly.
I’ve been trying to get Frigate working, on and off, for about eight months now. I’ve got a Debian server but it just won’t detect my Coral TPU inside my Podman container. Since you need such an old version of Python to test the TOU I can’t prove it’s working in the host so I don’t know if the problem’s with the drivers of either my container setup. I vowed to get it working over the Christmas break but it’s still not there.
“CrimeDad” asking us about our security setups? Good try buddy.
Frigate for software. Add a Coral to your computer (they come in M.2, Mini PCIe, even USB) to handle the object detection. Configuration is slightly complex, but the documentation is very good.
I’m using a couple of Amcrest cameras which I have on a VLAN that can’t access the internet, so no spying from the manufacturer.
I also added a hard drive specifically for the recording. It stores a ton of days worth of footage and Frigate handles deleting old footage to make room for new. I figure that hard drive will probably fail sooner than my other drives which is why I got one just for that.
+1 for Frigate, because it’s fantastic.
But don’t bother on an essentially depreciated google product, and skip the coral.
The devs have added the same functionality on the GPU side, and if you’ve got a gpu (and, well, you do, because OpenVino supports intel iGPUs) just use that instead and save the money on a coral for something more useful.
In my case, I’ve both used a coral AND openvino on a coffee lake igpu, and uh, if anything, the igpu was about 20% faster inference times.