Wondering if anyone has had success in setting up a self-hosted (maybe open source) camera system for their site? And if so, any advice? recommendations? sources for information that you found useful?
Ask HN: Self-hosted open source IP security cameras?
1–10 of 45 posts
Re: Ask HN: Self-hosted open source IP security cameras?
#2Re: Ask HN: Self-hosted open source IP security cameras?
#3https://www.youtube.com/playlist?list=PL-51DG-VULPom8Ud6vdf5...
Most relevant to your question might be this video: Build The BEST Security Camera NVR: Free Locally Processed AI Computer Vision with Blue Iris.
Re: Ask HN: Self-hosted open source IP security cameras?
#4There's a channel on YouTube called "The Hook Up" that has a lot of good videos about home automation. Here's his playlist of videos he's made on security cameras: https://www.youtube.com/playlist?list=PL-51DG-VULPom8Ud6vdf5... Most relevant to your question might be this video: Build The BEST Security Camera NVR: Free Locally Processed AI Computer Vision with Blue Iris. https://www.youtube.com/watch?v=fwoonl5JKgo
Re: Ask HN: Self-hosted open source IP security cameras?
#5Re: Ask HN: Self-hosted open source IP security cameras?
#6Free for 8 cameras, has extremely universal support for cameras (you can add in RTSP streams, Onvif, MJPEG/HTTP grab, etc) and some really good SDK support[2] - and a PowerShell module[3] to boot.
And, more importantly, a really good view on ethics[4]:
> We require employees, partners, and customers to comply with applicable laws and to respect human rights. We do not accept discrimination, human rights violations, violations of child labor laws. We have incorporated human rights language into our licensing terms, which were supplemented by the Copenhagen Clause in 2019.
[1] https://www.milestonesys.com/solutions/platform/video-manage... [2] https://www.milestonesys.com/community/developer-tools/mip-a... [3] https://www.milestonepstools.com/ [4] https://www.milestonesys.com/about-us/csr/
Re: Ask HN: Self-hosted open source IP security cameras?
#7Re: Ask HN: Self-hosted open source IP security cameras?
#8> poorly secured IoT devices will get repurposed for.
Don't let it have access to the outside net then?
Re: Ask HN: Self-hosted open source IP security cameras?
#9Re: Ask HN: Self-hosted open source IP security cameras?
#10I use Frigate ( https://frigate.video/ ) on a rPI for recording and doing person detection for 3 Reolink cameras. Connecting that to HomeAssistant for dashboard and notifications. It works great! I boot the rPI (model 4 with 8gb RAM) from a USB-SSD to not worry about SD-cards. I connected a Coral USB device for the person detection since the rPI itself can only manage about 2 frames/s.
I also forgot to mention that the Reolink cameras are not connected to any cloud and work locally.