this post was submitted on 22 Aug 2024
148 points (98.1% liked)

Selfhosted

39245 readers
305 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 65 points 3 weeks ago (10 children)

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.

[–] [email protected] 12 points 3 weeks ago

This is the way. Frigate just had a major update and the UI is now amazing.

[–] [email protected] 8 points 3 weeks ago (1 children)

AmCrest and Frigate together are SO good. Integrating Frigate with Home Assistant was also insanely easy for quick viewing and notifications. That initial Frigate config is a bit of a bear- but once you're past that I cannot speak more highly of it.

[–] [email protected] 8 points 3 weeks ago (1 children)

Frankly, once you get more than just a few cameras, being able to edit a config file is so much better than having to click through settings for literally hours like with Shinobi or Motioneye.

[–] [email protected] 7 points 3 weeks ago

Very true. But brute force checking through tons of different settings for each camera you need to configure is not fun. I couldn't seem to find any kind of "known working configs" database or anything either. Every camera seems to be different in what it expects, outputs, authenticates, etc. Once it's set up, I agree, maintaining the config is easier. Having all your cameras match in model and firmware version probably makes the whole endeavor MUCH easier.

[–] [email protected] 7 points 3 weeks ago

I have the exact same setup. It works perfectly and integrates really well into home assistant if that's your thing. Getting a coral TPU also makes object detection really easy even on low power hardware.

[–] NeoNachtwaechter 6 points 3 weeks ago

enforce tagging at the switch level (i.e. don't trust the cameras to maintain their own VLAN) settings.

Very smart solution!

[–] [email protected] 6 points 3 weeks ago

You took the words right out of my mouth.

[–] [email protected] 5 points 3 weeks ago

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.

[–] Dimand 4 points 3 weeks ago

+1 for frigate. I have some old V2 wyze cameras with openmiko for rtsp functionality.

https://github.com/openmiko/openmiko

[–] [email protected] 4 points 3 weeks ago

I made some reasearch for avalable hardawar near me and found this one Hikvison DS-2CD1053G0-I

I'll keep looking for ones that are more inside friendly.

Many thanks!

[–] [email protected] 3 points 3 weeks ago* (last edited 3 weeks ago)

Frigate is absolutely fantastic, especially Frigate+. I use all Reolink and it works great.

[–] [email protected] 3 points 3 weeks ago (2 children)

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?

[–] [email protected] 2 points 2 days ago (1 children)

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.

[–] [email protected] 1 points 2 days ago

Thanks, good to know!

[–] [email protected] 4 points 3 weeks ago

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