Can anyone recommend a weatherproof network camera that doesn’t rely on any third party servers or a proprietary app? Bonus points if it can easily be attached to a bird feeder.

My main concerns are privacy, being able to use it when the company goes out of business, and looking at birds. Recording short clips and photos automatically when it detects a bird or motion is a plus.

I’m very technically inclined, but this would be for a nontechnical family member, so I could host Frigate (or similar) for them if necessary, but something that just connects directly to an open source app would be great.

  • Securus777@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    7 hours ago

    I use Amcrest which does have their own cloud I don’t use but they also support ONVIF which is what you want. Then if you have a firewall with rules or piehole/adhome you can block their outbound if you want.

  • Provolone@lemmy.zip
    link
    fedilink
    arrow-up
    9
    ·
    12 hours ago

    I’ve been looking into Unifi cameras and, someone correct me if I’m wrong, from my understanding they can work completely offline without an account or app. It can all be configured through the browser.

    They’re pricey, though. And you’d also need the UNVR for storage and Unifi Protect.

  • endlessvoid@lemmy.today
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    12 hours ago

    Most non-battery powered reolink cameras have an https web server interface, as well as support for any 3rd party app through open onvif and rtsp protocols.

    The bad part is, you typically need to turn those functions on with their app…

    Fortunately they don’t require a an account or login to do that!

    I have several of their “E1 outdoor” ptz models, highly recommend the “cx” model with the starlight sensor for amazing night vision, although it looks to be backordered at the moment.

    Edit: missed the bit about birds, you’d probably want one of their simple fixed outdoor cams like the RLC-510A or WA depending on whether you prefer wifi or Ethernet.

  • normalexit@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    12 hours ago

    I recently invested in some Eufy (Anker) cameras for my house, and they store data locally to a hard drive in a small standalone machine.

    I don’t know how much I trust them, but I trust them a lot more than the Amazon ring cameras I replaced.

  • unitedwithme@lemmy.today
    link
    fedilink
    arrow-up
    6
    ·
    14 hours ago

    Annke is Hikvision hardware, but direct to consumer, can be viewed directly over IP address over a multitude of apps (including FOSS) or webpage, can directly record to micro SD card so no online cloud or NVR needed. You can configure remote viewing over dynamic domain too.

    THEY OFFER UHD/4K/8MP cameras with color night vision even that’s insanely clear.

    The downside is they’re typically meant for 10ft+viewing distance. They do offer a special bird feeder camera with a solar panel+battery, but it’s cheaper plastic model. The birds love it though!

  • Random_Character_A@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    13 hours ago

    My camera solutions are basically raspberry pi + usb camera + outdoor junction box. Software is Raspberry Pi OS + motion. When motion is detected, script is run to send the image to cloud and to notify user through telegram, signal, MQTT etc.

    Setup is too power hungry to run on batteries and solar, but it’s easiest to setup with loads of flexibility

    For battery+solar solutions I’d check for ESP32 based camera chips. However software can be a real bitch for uninitiated, even if vibe coding.