FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Building a Real-Time Security Camera System with Local Vision LLMs
How-ToWeb Development

Building a Real-Time Security Camera System with Local Vision LLMs

via Dev.toKunal Jaiswal4h ago

I replaced my Lorex NVR's motion detection — which alerted me 40 times a day about swaying trees and shadows — with a pipeline that uses a vision language model to understand what it's actually seeing. It runs entirely on local hardware, costs nothing after setup, and sends me a WhatsApp message only when something real happens. Architecture 3× Lorex 4K cameras (RTSP) ↓ gate_monitor.py (Mac Studio, M2 Ultra) ├── OpenCV: frame capture every 5s per camera ├── OpenCV: contour-based motion detection (frame N vs N-1) ├── Crop: extract largest changed region ├── VLM: qwen2.5vl:7b on DGX Spark (Blackwell, 10GbE link) │ └── "Classify this crop: ALERT or CLEAR?" ├── Alert: annotate frame with contour boxes │ ├── WiiM speaker announcement (TTS) │ └── WhatsApp message with image └── Audio: faster-whisper transcription (gate camera only) └── Gated by visual confirmation (120s window) Three cameras — front gate, backyard, driveway — each running in parallel threads. The system processes about 50,00

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles

Belkin’s battery-equipped Switch 2 case is more than 35 percent off right now
How-To

Belkin’s battery-equipped Switch 2 case is more than 35 percent off right now

The Verge • 4h ago

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra
How-To

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra

ZDNet • 5h ago

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open
How-To

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open

Wired • 5h ago

References: The Alias You Didn’t Know You Needed
How-To

References: The Alias You Didn’t Know You Needed

Medium Programming • 7h ago

Pointers: The Concept Everyone Says Is Hard
How-To

Pointers: The Concept Everyone Says Is Hard

Medium Programming • 7h ago

Discover More Articles