8-Camera Edge AI Deployment Blueprint

Last updated: February 2026

Overview

When to use this blueprint

Key constraints

Architecture Diagram

  [Camera 1–8]
       |
       | (PoE, Cat6)
       v
  [PoE Switch]  <-- managed, VLAN-capable, 150–250W PoE budget
       |
       | (Gigabit uplink)
       v
  [Edge Compute Node]  <-- Jetson-class or x86, NVMe + optional HDD/NAS
       |
       | (Ethernet)
       v
  [Router / Firewall]
       |
       v
  [Optional: Cloud / Remote Monitoring]
      

Bill of Materials (BOM)

Characteristics are specified rather than exact models to remain vendor-neutral. See official vendor specs and standards when cross-checking datasheets.

Component Recommended spec Typical range Notes
IP Cameras (×8) 1080p or 4MP, H.265, PoE (802.3af/at), 6–15W draw $60–200 each Confirm max power draw per camera; PTZ cameras draw more
PoE Switch 8+ PoE+ ports, managed, 150–250W total PoE budget, Gigabit uplink $150–400 Budget > sum of camera watts + 25% headroom; see PoE sizing section
Edge Compute Jetson Orin Nano/NX (40–100 TOPS) or x86 mini PC with discrete NPU/GPU $250–900 Match TOPS to number of streams and model complexity
NVMe SSD M.2 2280 NVMe, 1–4 TB, ≥600 TBW, pSLC or MLC NAND preferred $80–200 Endurance critical for 24/7 ring buffer writes; check TBW rating
HDD / NAS (optional) NAS-rated HDD for long-term archive tier, 4–12 TB $80–250 Use as secondary archive, not primary ring buffer; survives power cycles better with NAS-rated drives
UPS 750–1500 VA, pure sine wave output, USB or serial management port $100–300 Size for full system load + 20 min runtime; pure sine required for active PFC PSUs
Router / Firewall Gigabit WAN/LAN, VLAN support, VPN capable $60–250 Camera VLAN isolation strongly recommended
Enclosure / Rack Wall-mount rack or IP54+ industrial enclosure depending on environment $80–400 Consider thermal management; fanless compute in sealed enclosures needs heatsink sizing
Cabling Cat6 for PoE runs, 23 AWG solid core; limit runs to 90m for PoE+ reliability $0.20–0.60 per foot Label all cables; document port assignments at installation

Power & PoE Budget Sizing

Example calculation for 8 cameras at 12W each:

  Camera load:      8 × 12W = 96W
  Switch overhead:         10W
  Subtotal:               106W
  Headroom (25%):     +26.5W
  Recommended budget:   ≥133W  →  choose 150W or 180W tier
      

Use the PoE Power Budget Calculator to compute this for your exact camera wattage and headroom preference.

Per-port vs total budget: A switch rated "30W per port" with 8 PoE ports does not have a 240W PoE budget. The total budget is a separate, typically lower value listed in the spec sheet. Both limits must be satisfied simultaneously.

Storage Sizing (Retention + Endurance)

Retention example

Assuming 8 cameras at 1080p, H.265, average 4 Mbps per stream:

  Per camera per day:  4 Mbps × 86400 sec / 8 = ~43 GB/day
  8 cameras per day:   8 × 43 GB = ~344 GB/day
  7-day retention:     344 × 7  = ~2.4 TB
  14-day retention:    344 × 14 = ~4.8 TB
  30-day retention:    344 × 30 = ~10.3 TB
      

A 2 TB NVMe handles 7-day retention with room to spare. For 30-day retention, use an HDD archive tier and keep only 3–7 days on NVMe. A ring buffer strategy overwrites oldest footage automatically once capacity is reached.

Endurance estimate

At ~344 GB/day writes, a drive accumulates ~125 TB/year. A 600 TBW drive provides roughly 4.8 years of write life at this rate — adequate with margin. A 300 TBW consumer drive may exhaust in ~2.4 years. See SSD endurance ratings for TBW/DWPD guidance.

Networking Notes (Practical)

See Edge AI Networking: VLANs, PoE, and Bandwidth Math for a full walkthrough.

Deployment Checklist (Day 0 → Day 2)

Variants

Budget variant

Balanced variant

Industrial variant

Hardware builds overview: For a structured comparison of starter, balanced, and industrial configurations, see Recommended Edge AI Builds (2026).