I want to setup a camera monitoring for my house and some rooms. I need to bee able to view the cameras remotely and and also do recording if possible. I could find some camera brands like dahua cams but having briefly tested them they. Seem to rely on acwmtralized cloud and proprietary visualization software.
What are you recommendation? This is not a professional setup I would at max have 3 cameras.
Wifi cams can be jammed. Lorex wired cameras and zoneminder with a tailscale VPN setup.
https://www.lorex.com/products/1080p-8-channel-1tb-wired-dvr-system-1?variant=42389948792982
https://wiki.zoneminder.com/Dummies_Guide
https://tailscale.com/kb/1348/guides
If you don’t trust tailscale you’ll have to get some sort of ddns for wireguard and punch through your router
https://www.wireguard.com/install/
Let me know if you want further context.
I’ve personally been quite pleased with the combination of Frigate and some Amcrest POE cameras. Just make sure the cameras you are getting support RTSP though and you should be able to use them with Frigate.
Also make sure you block the cameras from reaching the public internet using your firewall, and only make them reachable from your Frigate host. Personally I use a VLAN with no internet access and enforce tagging at the switch level (i.e. don’t trust the cameras to maintain their own VLAN) settings.
I see several Amcrest options that look like they have integrated AI object detection. Frigate on the other hand says you should get a “Google Coral Accelerator”. Do you know if Frigate (or RTSP, I guess) has a way to leverage the built in detection capabilities of a camera (assuming they are built in, and not being offloaded to the cloud)? Or am I better of looking at the “dumb” Amcrest cameras, and just assuming all processing for all cameras will happen on my Frigate hardware?
I know I’m a bit late to the conversation, so I don’t know if this is still helpful… But I have a camera with “AI Detection” built into it and it appears to send alerts via its ONVIF connection. I’ve disabled motion and other detectors on my NVR (AgentNVR) and instead configured it to just wait for an alert from the camera itself to start recording. It’s been working quite well.
My initial plan was to use a coral TPU and frigate, but the Coral/Gasket drivers appear to be pretty old and I couldn’t get them to work properly, myself.
Thanks, good to know!
Coral Acceletor is only needed if you run setup that does not have GPU or enough CPU. Spare laptop usually has enough power to handle AI detection, but RasPi doesn’t. I run mine in CPU at rack server.
Cameras own detections are limited in my experience, and it is much harder to integrate to anything else, like HomeAssistant for notification & automation
HomeAssistant + Frigate combo is just plain awesome. You can leverage the automations of HA through Frigate’s AI detection, so you get things like notifications.
The cheapest way I found was getting some TP-Link Tapo cameras that have RTSP and Onvif, and run them under frigate.
Set them up in the app, cloud and all, then add them to your frigate, now block internet for them.
Those cameras are anywhere from 25 to around 50 dollars each. Best bang for the buck I could find.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters HA Home Assistant automation software ~ High Availability IP Internet Protocol NVR Network Video Recorder (generally for CCTV) PoE Power over Ethernet VPN Virtual Private Network ZFS Solaris/Linux filesystem focusing on data integrity
[Thread #932 for this sub, first seen 22nd Aug 2024, 11:55] [FAQ] [Full list] [Contact] [Source code]
I remember ZoneMinder.
A full-featured, open source, state-of-the-art video surveillance software system.
Is this still a thing nowadays?
Their code repository is still active. So worth giving a look.
Zoneminder was cool when it was the only game in town, but didn’t it save “videos” as a folder of JPEGs of frame grabs?
It used to, but it’s had the option to save an actual video for a long time now.