I am looking for an IP PoE camera. The thing is, it must work out of the box with something like ONVIF or at least give video stream right away.

I don’t want to run any proprietary apps on my devices, including JavaScript web apps hosted by the camera.

Do you know of any that can be just plugged to the network (would run it on VLAN) and automagically appear on Home Assistant, iSpy or Frigate?

  • milkjug@lemmy.wildfyre.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    I did exactly this last year to monitor my cats at home while I was on holiday.

    I bought two of these - REOLINK RLC-811A: https://www.amazon.com/gp/product/B09873G7X3

    I assigned static IPs to both of these, and blocked all of their outgoing traffic to the public internet (in case Chairman Xi or Strongman Putin wants to also see what my cats are up to).

    I then spun up a local motioneye container: https://github.com/motioneye-project/motioneye

    The cameras by default (I think) provide rtsp streams, so I added the two streams (rtsp://somehostname.local:554/h265Preview_01_main) to motioneye and verified that I was able to view the camera streams on my local LAN.

    The last step was simply to use cloudflare to as an authentication frontend to proxy my local motioneye container to my public domain name. Worked a treat!

    Hope this helps, cheers.

    • cpo@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      (in case Chairman Xi or Strongman Putin wants to also see what my cats are up to).

      😁

  • Dreadino@feddit.it
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    ONVIF needs a user with username and password, you will need at least a web interface to add it to the camera. What’s the problem with a web app hosted by the camera?

        • ghostermonster@discuss.tchncs.deOP
          link
          fedilink
          English
          arrow-up
          0
          arrow-down
          2
          ·
          1 year ago

          Pretty much, it’s going to be secured on VLAN and firewall anyway. Can be a preconfigured password, a pair button.

          Can be a web interface, but one that does not send me an app compiled to JavaScript to run and those are hard to find there days. Can be even an SSH connection.