Compare commits
4 Commits
designing_
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| dc4884feb0 | |||
| 4de42fd225 | |||
| 6f3dc0626f | |||
| 6d91ea1f9b |
@ -48,11 +48,11 @@ jobs:
|
||||
run: |
|
||||
echo "Installing Trivy "
|
||||
sudo apt-get update
|
||||
sudo apt-get install wget apt-transport-https gnupg lsb-release
|
||||
sudo apt-get install -y 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 trivy
|
||||
sudo apt-get install -y 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
|
||||
|
||||
@ -175,20 +175,7 @@ Thank you, Dad. Your patience, muscle, and willingness to get your hands dirty m
|
||||
|
||||
### Bringing It All Together – The Architecture
|
||||
|
||||
```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]
|
||||
```
|
||||
<img alt="CCTV Architecture" height="auto" width="100%" src="{attach}/images/CCTV_ARCH.png">
|
||||
|
||||
---
|
||||
|
||||
@ -198,4 +185,4 @@ Building an AI‑enhanced CCTV system from the ground up has been a rewarding bl
|
||||
|
||||
If you’re a hobbyist, a small‑business owner, or anyone who values data sovereignty, the stack described here offers a solid foundation. Start with a single camera, get comfortable with Frigate’s 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!
|
||||
|
||||
BIN
src/content/images/CCTV_ARCH.png
Normal file
BIN
src/content/images/CCTV_ARCH.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 201 KiB |
Loading…
x
Reference in New Issue
Block a user