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.

  • @kensand@sopuli.xyz
    link
    fedilink
    English
    509 months ago

    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.

    • TheOneCurly
      link
      fedilink
      English
      69 months 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.

    • @Hotzilla@sopuli.xyz
      link
      fedilink
      English
      59 months 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.

    • @teawrecks@sopuli.xyz
      link
      fedilink
      English
      39 months ago

      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?

      • @Hotzilla@sopuli.xyz
        link
        fedilink
        English
        49 months 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

  • @TCB13@lemmy.world
    link
    fedilink
    English
    10
    edit-2
    9 months ago
    • TPLink Tapo line - I own those, requires internet / cloud access for setup, then can be viewed by any ONVIF capable software, VLC etc. You can cut their internet access and they mostly work, however timestamps and some features may break randomly;
    • Reolink / AMCrest - no internet required, can be setup offline AND have a WebUI that allows full control over all functionality. Check the details of specific models, may vary a bit.

    AMCrest is most likely be most offline friendly brand. Here’s a testimonial from another user:

    I’ve been using Amcrest and foscam IP cameras at my home for the past several years. I have then connected to a no internet VLAN with an NVR. The models I’ve been using have an ethernet port and wifi. Setup was connecting to the ethernet port and then accessing the web ui in a browser to configure settings (most importantly turning on RTSP or ONVIF feeds)

    • @dragnucs@lemmy.mlOP
      link
      fedilink
      English
      29 months ago

      It would be best if I don’t have to create an account or install a proprietary app to perform the initial setup.

      I still haven’t found any AMCrest camera being sold near me. I found some Hikvison.

      • @TCB13@lemmy.world
        link
        fedilink
        English
        2
        edit-2
        9 months ago

        Reolink / AMCrest - no internet required, can be setup offline AND have a WebUI that allows full control over all functionality. Check the details of specific models, may vary a bit.

        … NO internet required, no apps, nothing. Just a WebUI on a browser.

  • @aodhsishaj@lemmy.world
    link
    fedilink
    English
    89 months ago

    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.noip.com/free

    https://www.wireguard.com/install/

    Let me know if you want further context.

    • 🅿🅸🆇🅴🅻
      link
      fedilink
      English
      79 months ago

      I second the idea of a VPN instead of directly exposing devices or software to the internet. Requires more work and learning but it’s more secure. I would argue that well-known VPNs are more scrutinized and pentested than any camera software ever.

    • databender
      link
      fedilink
      English
      49 months ago

      I second Zoneminder, used it at a job way back in the day and it was solid.

  • @hperrin@lemmy.world
    link
    fedilink
    English
    49 months ago

    I’m working on one called Soteria. It’s still early in development, but I’m focusing on both privacy and cloud availability.

    It uses any WebDAV store to upload footage, but it’s designed to work best with my own WebDAV server Nephele. This lets it upload footage to any S3 compatible blob storage, end to end encrypted.

    That way if your cameras go offline, you can watch the last footage they were able to upload.

    Like I said, it’s in early development, so it’s not yet ready to use, but I’m going to be putting more work into it soon and try to get it to a place where you can use it.

    It works with any V4L2 compatible camera, so laptops, webcams, and Raspberry Pi cameras should all work.

      • @hperrin@lemmy.world
        link
        fedilink
        English
        39 months ago

        Any camera that uses the V4L2 system on Linux. So, mostly webcams.

        One important note is that IP cams are not supported yet, but I’d like to add support for them.

  • youmaynotknow
    link
    fedilink
    English
    49 months ago

    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.

    • @dragnucs@lemmy.mlOP
      link
      fedilink
      English
      19 months ago

      Yes I may, I don’t have it setup now, but I do have an ultra PC that might run it.