// In-house engineering at |

class SafeZone.Tech {}

We build AI design engines 3D digital twins neural network maps vendor-agnostic tools
// The AI brain behind every SafeZone install

An in-house engine of 51 AI tools — vision-analyzes floor plans, auto-places cameras with proper FOV, builds the network in 3D, simulates the system as a neural graph, and exports a full BOM. Built and maintained by our own developers.

< /> REC SafeZone NEW YORK
CCTV Systems 4K, IP, NVR, PoE
Custom Software Monitoring, Mobile, AI
24/7 Support Remote & On-Site
Scroll Down
01

< safezone-engine />

// Our in-house AI tool — 51 functions, vendor-agnostic, NDAA-compliant. Watch it design a system in real time.

Auto-cycling
SafeZone AI Engineer
51 tools · Gemini-2.5 · bilingual
Ask anything about your CCTV project...
office-floor.png vision-analyzing...
SW-02 ROOM A ROOM B CORRIDOR MAIN HALL UTILITY
floor-plan.3d auto-rotate walls FOV
NVR / Cameras Switches Access Control / FOV Cables (live data)
network-as-neural-graph 0 nodes 0 synapses 0 pulses/s
NVR (cortex) Switches (relays) Cameras (sensors) Access ctrl
Live tool execution ● LIVE
0
Cameras placed
0W
PoE budget
0TB
Storage / month
NDAA
Compliance check
51 AI Tools: analyze_floor_plan auto_place_cameras_ai calc_poe_budget calc_storage calc_dori calc_bandwidth design_vlans network_topology compliance_check device_onvif_probe device_full_probe build_rtsp_url generate_bom security_audit + 37 more...
02

< network-engineering />

// Real engineering — DORI distances, PoE budgets, VLAN segmentation, multi-vendor RTSP.

DORI Distance · IEC 62676-4

2.8mm · 4MP · person
D · Detect 80 ft
O · Observe 40 ft
R · Recognize 16 ft
I · Identify 8 ft

25 px/m → Detect · 63 px/m → Observe · 125 px/m → Recognize · 250 px/m → Identify

PoE Budget

8-port AT
CAM-01 IR
8.4W
CAM-02
7.8W
CAM-03 PTZ
15.6W
CAM-04
7.8W
CAM-05
8.4W
Used / 65W
48W

17W headroom · IEEE 802.3at

VLAN Plan

isolation
VLAN 10 Cameras 192.168.10.0/24
VLAN 20 Management 192.168.20.0/24
VLAN 30 Access Ctrl 192.168.30.0/24
VLAN 40 Sensors / IoT 192.168.40.0/24

Inter-VLAN ACLs · cameras can't reach the internet directly.

Vendor-Agnostic · 15+ Brands

RTSP / ONVIF / SDK
Hikvision Dahua Axis Reolink Uniview Bosch Hanwha Vivotek TP-Link Tapo Foscam Sony Panasonic Amcrest LTS Lorex

Built-in NDAA Section 889 · UK Gov 2023 · GDPR Article 5 compliance checks.

safezone_helper.py · calc_poe_budget Python 3.11
# IEEE 802.3 PoE classes — real spec values
POE_CLASSES = {
    "af":  {"max_w": 15.4, "usable_w": 12.95},  # 802.3af — Type 1
    "at":  {"max_w": 30.0, "usable_w": 25.5},   # 802.3at — Type 2 (PoE+)
    "bt-T3": {"max_w": 60.0, "usable_w": 51.0},   # 802.3bt — Type 3 (PoE++)
    "bt-T4": {"max_w": 99.9, "usable_w": 71.3},   # 802.3bt — Type 4
}

def calc_poe_budget(cameras, switch_class="at"):
    """Compute total PoE draw and recommend a switch class.
    Real values: bullet IR ≈ 8W, varifocal ≈ 9W, PTZ ≈ 24W."""
    total = 0.0
    for cam in cameras:
        w = 8.0
        if cam.get("ir"):     w += 0.8
        if cam.get("heater"): w += 3.5
        if cam.get("ptz"):    w += 14.0
        total += w
    budget = POE_CLASSES[switch_class]["usable_w"] * 8  # 8-port
    return {
        "total_w": round(total, 1),
        "budget_w": budget,
        "headroom_w": round(budget - total, 1),
        "verdict": "OK" if total < budget * 0.85 else "UPGRADE"
    }
0
AI tools
0
+
Camera brands
0
Decision trees
0
Compliance standards
2
D/3D
Live views
Bilingual
Voice + chat
In-house engineering

Want this engine in your project?

We design, install, and program every system with the same tools you just saw. Reach out — we'll bring it to your site.