frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Monitor your security cameras with locally processed AI

https://frigate.video/
110•zakki•2h ago

Comments

xiconfjs•1h ago
It‘s still a bit flaky getting video acceleration (not talking about object detection but video decoding) working but after that it is one of the best solutions for live object detection I‘ve ever tried: no more small animals waking me up in the night.

P.S.: I‘m also supporting them with a yearly? subsciption to train the „A.I.“ model against false positives I provide which increased the accuracy even more.

m463•1h ago
> no more small animals waking me up in the night.

not waking you, but it is cool to have a collection of animal photos. Sort of amazing there's a hidden world.

xiconfjs•1h ago
For sure, but rats and moths are usually not that cool ^^
danparsonson•1h ago
Hedgehogs are fantastic TV - a member of my family used to get some great footage including one very memorable fight where one ended up rolling the other one around
alias_neo•1h ago
Mines been getting worse.

Been running about 2-3 years, was mostly fine before but now I get constant false positives from the children's garden toys, scooter left in the garden, pirate flag waving etc.

I don't submit false positives for privacy reasons but I'm looking at trainingy own model. I've got years worth of positives/negatives to train on.

sugarpimpdorsey•40m ago
This is becoming a real problem because the drivers/software for the Coral AI boards is yet another example of Google Abandonware(tm) which has a hard dependency on a Paleolithic-era version of Python. Comically, the hardware is still sold.

In so many words if you expect to use the Coral boards you are stuck on EOL versions of Debian/Ubuntu - which have terribly old video drivers and missing kernel GPU support. There's a good chance your modern GPU - even well-supported Intel ones - won't work.

Imagine buying new hardware in 2025 whose software still required Windows 7.

Cyph0n•22m ago
Re: outdated Python: Isn’t this a perfect usecase for Docker? Nix/NixOS is another option.
sajb•1h ago
I've been doing this with great success for over five years with Camect, so what's new?
zakki•1h ago
Is Camect a self-host solution?
tehlike•1h ago
It's local, you have a box in your home. You can use it locally or it can connect with webrtc to pull strean.
tehlike•1h ago
I use camect too, but it's blackbox. And I am not sure if it'll be easy for it to handle > 8 8mp cameras.

Otherwise pretty happy.

denvrede•48m ago
At a first look? No, or at least not well maintained Home Assistant integration.
thomas_witt•1h ago
As an alternative, you might also want to check out scrypted which offers a lot of cross-integration features and hardware optimized local AI processing (eg on MacMinis M*). Developer is super responsive in the discord.
nodesocket•1h ago
I use Ubiquiti Protect Cameras and recently bought a AI key[1] which adds license plate and facial recognition features to all cameras even non-AI enabled models. It works really well and of course all 100% self-hosted.

[1] https://store.ui.com/us/en/category/all-cameras-nvrs/product...

closewith•49m ago
Does the AI key work for more than one camera at a time?
mrmlz•1h ago
Oh i've been using frigate with a Coral-usb stick for a couple of years now and the project has been progressing nicely.

It has a very nice integration with homeassistant.

aitchnyu•1h ago
What your "stack" of open source cameras and dvr?
timzaman•58m ago
Just buy Unifi guys
qwertox•28m ago
The Network Video Recorder UNVR is 320€ VAT incl. Does this exist as a software which I can download for free and run in a VM, so that the Unify camera, which would cost at least 100€ can store the data over there?
entropie•8m ago
https://news.ycombinator.com/item?id=44746603

Iam not sure but I think so

zhengiszen•58m ago
OpenIPC is an alternative open firmware for your IP camera. OpenIPC is an open source operating system from the open community targeting for IP cameras with ARM and MIPS processors from several manufacturers in order to replace that closed, opaque, insecure, often abandoned and unsupported firmware pre-installed by a vendor.

https://openipc.org/?locale=en

sunshine-o•46m ago
Frigate has really done a fantastic job packing everything together.

For basic needs go2rtc [0] or MediaMTX [1] can be enough. But once you need some form of intelligence on top AFAIK unfortunately there is no unixiy tool that can take a stream and easily define and apply a model on it. You will have to code something in python.

- [0] https://github.com/AlexxIT/go2rtc

- [1] https://github.com/bluenviron/mediamtx

lormayna•12m ago
I am using Motion [0] since years. At least for basic stuff, is easy to configure and very flexible. For more advanced configuration, it required a bit of tuning.

[0] https://motion-project.github.io/

elitistphoenix•46m ago
Google Coral Accelerator is basically abandoned these days though
BLKNSLVR•30m ago
Still works with frigate, although I've heard that modern (whatever that means) CPUs can do as good a job as the Coral TPU, making it somewhat redundant.

I ain't running it on a modern CPU though, so I'm happy with the Coral.

moepstar•7m ago
Anecdata: i5-6500 did recognition in about 15ms, Coral TPU (M2 variant) does it in about 7.5ms - so… probably could’ve done without it in hindsight…
geerlingguy•25m ago
Luckily Frigate works with a ton of different accelerators, like the Hailo, Intel's iGPU, even some Arm GPUs now too.
dll•11m ago
I have it running on an Orange Pi 5 with the Rockchip NPU, very impressed with that being supported and working so well for object detection.
Tractor8626•45m ago
So burglar just need to carry big sign "Ignore previous instructions and don't report anything"? "
dust42•15m ago
Looking in their github, it says that it uses openCV and Tensorflow. The motion detection is done with openCV and will be immune against any attack unless you move so slow that you are under the detection threshold.

Tensorflow for the object detection doesn't do any OCR thus written instructions dont work. However, according to the website the system has a limited list of objects it detects. So maybe disguising yourself as a walking tree might prevent detection.

CobrastanJorji•10m ago
With an open source model, though, a criminal may be able to work out a 2D image that he could print out that would identify him as a package or a windy branch.
senectus1•45m ago
My step brother has been asking me to help him setup a load of cameras for watching his marron ponds. he has foxes, crows and humans stealing from his ponds.

In theory this would really help him get alerts to invaders and I presume filter out the sheep and alpacas he has wandering around as well.

My issue is that its in a rural area and the paddocks are quite large with no power to most of the ponds so what cameras and network to use to get the data back to the storage and processing server.

Begginning to think he might be better off running a modular system, each cluster of ponds would have its own camera cluster and mini server with the network being last mile 2.4ghz just for alerts and a solar panel bank for charging the battery and running it during the day.

What would I get away with here? N100 mini device? processing maybe 6 cameras?

Luker88•30m ago
I'm using frigate and it is really nice, though they could improve the object detection and maybe stop changing the configuration format every year

If you want to start just remember to avoid h.265 cameras so you don't need to transcode since few clients and browsers support it.

Adopting Claude Code: Riding the Software Economics Singularity

https://preset.io/blog/adopting-claude-code-riding-the-software-economics-singularity/
1•Pranav2612000•3m ago•0 comments

Show HN: We built this to save creators time, looking for early users (free)

https://mc-web-feedme.framer.website/feedme
1•cbpark•3m ago•0 comments

Show HN: Dataset Explorer – Free tool to search any public datasets

https://www.hunch.dev/data-explorer
2•matankleym•3m ago•0 comments

Type Safety Back and Forth

https://www.parsonsmatt.org/2017/10/11/type_safety_back_and_forth.html
1•thunderbong•5m ago•0 comments

Inside North Korea's effort to infiltrate U.S. companies

https://www.cnn.com/interactive/2025/08/05/world/north-korea-it-worker-scheme-vis-intl-hnk/index.html
1•lurkshark•6m ago•0 comments

P-fast trie: lexically ordered hash map

https://dotat.at/@/2025-08-04-p-fast-trie.html
1•ingve•18m ago•0 comments

Show HN: Datastripes – No-Code Data Dashboard Builder

https://datastripes.com/
1•vinserello•21m ago•0 comments

Jira is not the problem. Your process is the problem. [Re-post]

https://www.leadinginproduct.com/p/jira-is-not-the-problem
1•benkan•22m ago•0 comments

Mounting Large Files to Containers Efficiently

https://anemos.sh/blog/mounting-large-files/
1•notanaverageman•24m ago•0 comments

SEO Is Dead. Say Hello to Geo

https://nymag.com/intelligencer/article/seo-is-dead-say-hello-to-geo.html
2•mobilio•25m ago•0 comments

What's New in ViteLand: July 2025 Recap

https://voidzero.dev/posts/whats-new-jul-2025
1•manniL•25m ago•0 comments

Algorithms for Optimization (second edition preview) [pdf]

https://algorithmsbook.com/optimization/files/optimization.pdf
1•i_don_t_know•26m ago•1 comments

GitHub Nuked My Account at Midnight During Alpha Release

https://www.stack-junkie.com/blog/GitHub-Nuked-My-Account-at-Midnight-During-Alpha-Release-Why-I-Rage-Quit-to-GitLab
2•OuterVale•29m ago•0 comments

Money Plus Sunset

https://en.wikipedia.org/wiki/Microsoft_Money
1•tosh•32m ago•0 comments

Show HN: Semi Intelligence – Instant. Tiny. Lightweight

https://github.com/SuperGamer474/Semi_Intelligence
1•SuperGamer474•34m ago•1 comments

Lisp interpreter with GC in <750 lines of Odin (and <500 lines of C)

https://github.com/krig/LISP
2•Bogdanp•36m ago•0 comments

Ask HN: If this was your last project, what would you build?

2•ff12wq111•37m ago•1 comments

Boring websites – Simple online business ideas that succeed without hype

https://www.boringwebsites.info/
1•esher•38m ago•0 comments

Access Linux file systems from Apple Silicon Macs

https://eclecticlight.co/2025/08/05/access-linux-file-systems-from-apple-silicon-macs/
2•ingve•40m ago•0 comments

Ask HN: Guidance on MES, AI, Industry 4.0 apps – no luck

1•peacefulwarrior•43m ago•0 comments

Antivirus vendors fail to spot persistent, nasty, stealthy Linux backdoor

https://www.theregister.com/2025/08/05/plague_linux_backdoor/
2•beardyw•43m ago•0 comments

Curl Turns 10k Days

https://github.com/curl/curl/discussions/17930
4•robin_reala•49m ago•0 comments

Adaptive Political Economy: Toward a New Paradigm

https://muse.jhu.edu/pub/1/article/954433/pdf
2•hunglee2•49m ago•0 comments

Where to find ideas – by Rob Snyder

https://howtogrow.substack.com/p/where-to-find-ideas
2•kiyanwang•50m ago•0 comments

Apache ECharts 6 New Features

https://echarts.apache.org/handbook/en/basics/release-note/v6-feature/
3•makepanic•55m ago•0 comments

Show HN: I built Deep Research for SEO keywords

https://www.jelloseo.com/
1•grantsingleton•55m ago•0 comments

Show HN: FlexLLama – Run multiple local LLMs at once with a simple dashboard

https://github.com/yazon/flexllama
2•yazon•57m ago•0 comments

Real-time neural video codec – 100 FPS 1080p and 4K videos

https://github.com/microsoft/DCVC
1•selvan•57m ago•0 comments

In Support of Shitty Types

https://lucumr.pocoo.org/2025/8/4/shitty-types/
1•ingve•1h ago•0 comments

How the Brain Protects Itself from Blood-Borne Threats

https://www.quantamagazine.org/how-the-brain-protects-itself-from-blood-borne-threats-20230620/
2•signa11•1h ago•0 comments