Compare commits

..

No commits in common. "master" and "designing_and_building_an_ai_enhanced_cctv_system_at_home" have entirely different histories.

3 changed files with 17 additions and 4 deletions

View File

@ -48,11 +48,11 @@ jobs:
run: |
echo "Installing Trivy "
sudo apt-get update
sudo apt-get install -y wget apt-transport-https gnupg lsb-release
sudo apt-get install wget apt-transport-https gnupg lsb-release
wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | sudo apt-key add -
echo deb https://aquasecurity.github.io/trivy-repo/deb $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list.d/trivy.list
sudo apt-get update
sudo apt-get install -y trivy
sudo apt-get install trivy
trivy image --format table --exit-code 1 --ignore-unfixed --vuln-type os,library --severity HIGH,CRITICAL git.aridgwayweb.com/armistace/blog:latest
- name: Deploy

View File

@ -175,7 +175,20 @@ Thank you, Dad. Your patience, muscle, and willingness to get your hands dirty m
### Bringing It All Together The Architecture
<img alt="CCTV Architecture" height="auto" width="100%" src="{attach}/images/CCTV_ARCH.png">
```mermaid
graph LR
L[Camera]
A[Camera] --> D[Frigate NVR]
D --> B[Frigate Object Detections]
B --> C[Send snapshot to Ollama -qwen3-vl-4b- for semantic search AI enhancement]
D --> E[Home Assistant -MQTT- ]
E --> F[ -MQTT- Object Detection from Frigate]
F --> G[Copy Image to Home Assistant]
G --> H[Send image to Ollama -qwen3-vl-2b- for context enhancement]
H --> I[Send response back via Matrix]
J[Camera]
K[Future Camera]
```
---
@ -185,4 +198,4 @@ Building an AIenhanced CCTV system from the ground up has been a rewarding bl
If youre a hobbyist, a smallbusiness owner, or anyone who values data sovereignty, the stack described here offers a solid foundation. Start with a single camera, get comfortable with Frigates YAML configuration, and gradually layer on the AI components. Remember that the most valuable part of the journey is the learning curve: each tweak teaches you something new about video streaming, inference workloads, and the quirks of your own network.
So, roll up your sleeves, grab a ladder (or enlist a dad), and give your home the eyes it deserves—without handing the footage over to a faceless cloud. The future of home surveillance is local, intelligent, and, most importantly, under your control. Cheers!
So, roll up your sleeves, grab a ladder (or enlist a dad), and give your home the eyes it deserves—without handing the footage over to a faceless cloud. The future of home surveillance is local, intelligent, and, most importantly, under your control. Cheers!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB