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?
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/motioneyeThe 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.
(in case Chairman Xi or Strongman Putin wants to also see what my cats are up to).
😁
seems not much. for sure, you should avoid fosscam! pure shit
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?
Most of those are propietary and unnessesary exist.
deleted by creator
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.
deleted by creator