
Key takeaways
• AI video surveillance is the “regulated, mature, cost-accessible” tier of multimedia software in 2026. The AI-in-video-surveillance segment runs about $4–8B in 2026 across analysts (MarketsandMarkets puts it at $4.04B in 2026, reaching $10.88B by 2032), and hybrid on-prem + cloud is now the dominant architecture.
• YOLOv11/v12, RT-DETR, and VLM-driven natural-language alerts replaced 2024’s rule engines. Edge inference on the Jetson Orin Nano Super (67 TOPS) and Hailo-8 brings multi-stream object detection inside a $250–800 box.
• Real-time public biometric ID by law enforcement is already banned in the EU; high-risk obligations now land December 2027. The EU AI Act (post-Digital-Omnibus), Illinois BIPA, and California AB 642 reshape what your vendor can ship.
• Custom builds beat Verkada / Genetec licensing past ~500 cameras on three- to five-year TCO — but only with a partner who’s already shipped on this stack.
• Use this article as a buyer’s checklist. Real architecture, real build cost ranges, real Mindbox numbers (99.5% face ID, 500k+ daily ANPR plates), and a 5-question vendor framework.
If you’re scoping an AI video surveillance build in 2026 — retail loss prevention, industrial safety, smart-city traffic, hospital fall detection, school perimeter, banking forensics — the question is no longer “does AI work for surveillance?” It works. The question is which architecture, which vendor, which compliance posture, and which integration partner. This rewrite is the briefing we hand new clients on day one.
We’re Fora Soft. Since 2005 we’ve shipped 250+ software projects, with a 12-year specialty in surveillance: VALT (770+ organizations, 50,000+ active users, recognised by US police, courts, and child advocacy centres) and Mindbox (50+ deployments since 2020, 99.5% face ID, 500k+ ANPR plates per day across India). The numbers below come from production traffic, not vendor marketing pages.
Why Fora Soft wrote this AI video surveillance playbook
Surveillance is one of the few software categories where the difference between a senior shop and a generalist agency shows up in week one: in ONVIF interop quirks, in GPU memory budgets, in how a candidate vendor talks about EU AI Act high-risk classification. We’ve seen builds shipped by generalist agencies fail at scale because the agency treated cameras as “just RTSP feeds” and discovered too late what a vendor lock-in tax looks like at 500 cameras.
Companion reads we maintain on this surface: the 2025 surveillance vendor matrix, our custom video surveillance playbook, the anomaly detection models guide, and the ONVIF profiles deep-dive.
Need a partner who’s already shipped surveillance to 770+ organizations?
Tell us your camera count, sites, and use cases. We’ll quote a fixed-range estimate, an EU AI Act compliance posture, and a 12-week MVP timeline in 30 minutes.
2026 inflection: what changed in AI video surveillance software development
Three moves separate 2026 from 2024 in this category. First, edge AI got cheap: Hailo-8 boxes (26 TOPS, ~$150–500) and the Jetson Orin Nano Super (67 TOPS after its December 2024 software boost, $249 dev kit) run YOLOv11/v12 multi-stream, killing the “needs a server room” argument. Second, vision-language models replaced rule engines: a CLIP-class model takes a query like “person in red jacket near loading dock” and returns frames in seconds, eliminating the bespoke-rule build that used to dominate scope. Third, regulation hardened: the EU AI Act already bans real-time public biometric identification by law enforcement (since February 2025), its high-risk obligations were deferred to December 2027 by the 2026 Digital Omnibus, and US biometric rules (Illinois BIPA, California AB 642) force a documented compliance posture per deployment.
For buyers, this means the 2024 question “can the vendor do AI?” is replaced by “can the vendor do AI safely, efficiently, and within the regulatory frame for my jurisdiction?” The bar moved.
Reach for a custom AI surveillance build when: camera count exceeds ~500, you need brand-owned firmware/edge boxes, biometric or anomaly detection is core to the use case, or licensed VMS revenue share is unacceptable.
Reference architecture for AI video surveillance software development in 2026
A typical 2026 stack splits cleanly into five layers. We use this same diagram in scoping calls.

Figure 1. The five layers of a 2026 AI video surveillance stack, from camera ingest to the integration plane.
1. Camera ingest
ONVIF Profile S/T/M cameras over RTSP. Profile M (released 2021) is the relevant one for AI metadata exchange. We covered the profile map in the ONVIF Profile M deep-dive. Typical site bandwidth: 50–500 Mbps mixed H.264/H.265.
2. Edge inference
Jetson Orin Nano Super (67 TOPS) or Hailo-8 (26 TOPS) running YOLOv11/v12 + a lightweight tracker. GStreamer/FFmpeg pipeline does decode → resize → inference → post-process. Trigger-based events (anomaly, face match, threshold breach) get pushed to the cloud queue; routine traffic stays on the edge.
3. Cloud inference + control plane
NVIDIA Triton + DeepStream for batched inference. Kubernetes orchestration on EKS, GKE, or on-prem OpenShift. Kafka/RabbitMQ for the event queue. Specialised models (face, plate, re-ID) live in this tier with 500 ms–2 s round-trip latency from event detection.
4. VMS layer
React/Flutter front-end, Node/Python microservices, PostgreSQL for metadata, Elasticsearch for event search. S3-compatible storage (MinIO on-prem, AWS S3 cloud) with 30–90 day retention. This is where licensed Genetec or Milestone usually slots in — or where a custom VMS earns its budget.
5. Integration plane
REST and gRPC APIs to access control (HID, Lenel), alarm panels, SIEM, IoT sensors. We covered video analytics × surveillance integration in detail. By 2026 most clients want MCP servers wrapping these APIs so AI agents can query the surveillance plane natively.
AI capability matrix: what’s production-ready in 2026
| Capability | 2026 model class | Typical accuracy | Production verdict |
|---|---|---|---|
| Object detection / tracking | YOLOv11/v12, RT-DETR | 85–92% mAP | Default; runs on edge |
| Anomaly / behavior | Trajectory + LLM judging | 85–95% precision | Solid in controlled scenes |
| Facial recognition | ArcFace + anti-spoofing | 99.5% (Mindbox) | Mature; check regulation first |
| License plate (ANPR/LPR) | Region-specific OCR | ~95% (Mindbox 500k/day) | Mature |
| Person re-ID | TransReID family | 88–94% top-1 | Solid; harder open-set |
| Pose / fall detection | MoveNet / OpenPose | 92–96% sensitivity | Production-grade |
| PPE compliance | Custom YOLOv8 fine-tune | 87–94% | Industrial standard |
| Natural-language search | CLIP / SigLIP | 2–5 s retrieval | New default for forensics |
| VLM-driven alerts | GPT-5-class / Claude / Gemini | Qualitative | Replacing rule engines |
Model internals sit one layer down in our Learn hub: the AI security camera and intelligent video analytics engineering playbook covers the detectors and trackers, and the CLIP vision-language primer explains the natural-language search row above.
Want our edge AI + cloud surveillance stack on your site?
We’ll walk through your camera count, target accuracies, EU AI Act / BIPA / state-level posture, and quote a 12-week MVP envelope.
Edge AI hardware: Jetson, Hailo, Coral, and what to spec
Picking the edge box is the single biggest hardware decision in an AI video surveillance build. Three serious options own the market in 2026.

Figure 2. The three edge accelerators that own the 2026 market, by throughput, price, and stream count.
NVIDIA Jetson Orin Nano Super ($249 dev kit). 67 TOPS after the December 2024 software update (up from 40), runs YOLOv11/v12 with detection + tracking, comfortable on Triton/DeepStream pipelines. The flexibility default for sites where you may want to retrain models in the field.
Hailo-8 (~$150–500). 26 TOPS but optimised for vision, and it draws only a few watts. In our Mindbox sites it sustains multi-stream vision workloads at low power under YOLOv8. Best performance-per-watt of the three. The default for vehicle and crowd analytics.
Google Coral Edge TPU (~$60, USB accelerator). 4 TOPS, single-stream. Ideal for door/lobby/single-camera deployments where the budget cap matters more than capability. Watch the model-format constraints; only quantised TensorFlow Lite ships cleanly. For the model-shrinking behind edge deployment, see our Learn deep-dive on distillation and quantization for edge video AI.
Reach for Hailo-8 when: the workload is vision-heavy (vehicle, crowd, multi-camera person tracking) and you want the best performance per watt. Reach for Jetson Orin Nano when model flexibility matters more than price.
Vendor matrix: Verkada vs Genetec vs Milestone vs Eagle Eye vs Spot AI vs Ambient.ai vs custom
These are the AI video surveillance software platforms worth comparing in 2026, plus where a custom build fits. Quick pick: under ~250 cameras and you want a fast pilot, Verkada or Eagle Eye; enterprise multi-system, Genetec; camera-agnostic VMS, Milestone; natural-language search first, Spot AI; anomaly-first SOC overlay, Ambient.ai; branded, regulated, or high-camera-count, custom.
| Vendor | Best for | Strengths | Watch-outs |
|---|---|---|---|
| Verkada | SMB to mid-market, fast deploy | Cloud-native, slick UI, fast pilot | Hardware lock-in; subscription tax |
| Genetec Security Center | Enterprise multi-system | Strong VMS + access control + ALPR | Heavy install; per-camera licensing |
| Milestone XProtect | Camera-agnostic VMS | Big plug-in ecosystem | UI dated; AI add-ons fragmented |
| Eagle Eye Networks | Cloud-managed multi-site | Strong API; works with most cameras | AI features lighter than peers |
| Spot AI | Search-first AI overlay | Natural language video search | Newer; limited heavy industry pedigree |
| Ambient.ai | Anomaly-first SOC overlay | Strong VLM-style threat detection | Premium pricing; SOC-team prerequisite |
| Custom (Fora Soft VALT + Mindbox) | Branded, regulated, high-camera-count | No vendor lock; own the IP | Higher upfront; needs ops |
Reach for Verkada or Eagle Eye when: camera count is below ~250, you need a 4-week pilot, and accepting subscription lock-in is fine. For everything past that, run the build-vs-buy math properly — custom usually wins on year-three TCO.
Build vs buy economics for AI video surveillance software
A simplified multi-year TCO comparison for a 200-camera deployment, tracked out to year seven. We assume a Verkada-class subscription at ~$30/camera/month for the platform plus storage tier, vs a custom build with steady-state ops at ~$8/camera/month equivalent.

Figure 3. Subscription licensing overtakes a custom build’s total cost near year six to seven at 200 cameras.
| Year | Verkada-class subscription | Custom build cumulative | Verdict |
|---|---|---|---|
| Year 1 | ~$72k | ~$340k (build) + $19k ops | SaaS wins decisively |
| Year 2 | ~$144k cum | ~$378k cum | SaaS still ahead |
| Year 3 | ~$216k cum | ~$397k cum | Gap closing |
| Year 5 | ~$360k cum | ~$435k cum | Near parity |
| Year 7 | ~$504k cum | ~$473k cum | Custom wins; owns IP |
At 500 cameras the same math shifts the breakeven down to ~year 3 because subscription fees scale linearly with camera count and custom ops scales sublinearly. Past 1,000 cameras, custom usually pays back inside the first two to three years.
Industry use cases: where AI surveillance pays back fastest
Retail. Loss prevention, queue length optimisation, demographic analytics. ROI typically 6–12 months on a 50-store chain. See our retail surveillance playbook.
Industrial / facility safety. PPE compliance, restricted-zone breaches, fall detection. ROI driven by injury rate, OSHA fines avoided. Industrial AI surveillance details.
Healthcare. Fall detection in patient rooms, wandering-patient alerts, staff hand-hygiene compliance. HIPAA controls non-trivial; budget compliance review.
Schools and campuses. Perimeter, weapon detection, access-control fusion. The regulatory frame is the binding constraint — many jurisdictions ban facial recognition in K-12.
Smart city / transportation. ANPR-driven traffic, congestion, parking enforcement. Mindbox runs 500k+ ANPR plates per day across 50+ Indian deployments.
Critical infrastructure / utilities. Substation perimeter, drone detection, intrusion. Often pairs with drone-fusion stacks.
Banking and vaults. Forensic search, cash-handling audit trails, suspicious-behavior detection. Common automated anomaly detection use case.
Compliance posture: EU AI Act, BIPA, state bans, GDPR
Four regimes decide what an AI video surveillance build may ship. Get the posture wrong and the penalty dwarfs the build cost, so we treat it as week-one work, not week-twelve.

Figure 4. The four regulatory regimes an AI surveillance vendor must document per deployment, verified July 2026.
EU AI Act. Real-time remote biometric identification in publicly accessible spaces by law enforcement is a prohibited practice under Article 5, enforceable since February 2025 (narrow exceptions for terrorism, missing persons, and serious crime). Other biometric-ID systems are high-risk; the Digital Omnibus, adopted in June 2026, deferred those obligations from August 2026 to 2 December 2027. Penalties reach €35M or 7% of global turnover for prohibited practices and €15M or 3% for high-risk breaches. A vendor who can’t produce a written posture per deployment isn’t a credible EU bidder. Our Learn deep-dive on face detection under the EU AI Act walks the engineering implications.
BIPA (Illinois). Statutory damages are $1,000 per negligent violation and $5,000 per reckless or intentional one. The August 2024 amendment (SB 2979) capped exposure to a single violation per person per collection method, overturning the per-scan accrual from Cothron v. White Castle — a real shift from the $650M-class settlements of the Facebook era. Opt-in consent and third-party audits remain the standard mitigation.
California and municipal rules. California AB 642 regulates rather than bans: a facial-recognition match may not be the sole basis for probable cause, an arrest, or a warrant, and agencies must file annual bias-disaggregated reports with the State Auditor. San Francisco, Oakland, and Portland keep municipal facial-recognition bans. Plan jurisdiction-by-jurisdiction.
GDPR. CCTV footage is personal data. A lawful basis (consent, legitimate interest, legal obligation) must be documented, and biometric or large-scale monitoring triggers a Data Protection Impact Assessment. Cross-border inference (US, Asia) raises adequacy questions; EU regulators favour on-prem processing, data minimisation, and defined retention windows.
Build cost ranges in 2026 (with Agent Engineering)
Here is how a full 100-camera platform adds up, module by module.

Figure 5. How a full 100-camera platform adds up: module ranges that build up to a $280–520k integrated platform.
| Build shape | MVP cost | Timeline | What’s included |
|---|---|---|---|
| VMS frontend over ONVIF | $40–80k | 10–14 weeks | Live view, recording, basic search |
| AI analytics pipeline | $60–130k | 12–18 weeks | Object + anomaly + edge inference |
| Multi-site cloud-managed VMS | $120–280k | 18–28 weeks | 50–500 cameras across sites |
| Custom edge box firmware | $50–120k | 12–20 weeks | Hailo / Jetson firmware + models |
| Facial recognition module | $80–150k | 14–22 weeks | Anti-spoofing + 1:N search |
| ANPR module | $40–90k | 10–16 weeks | Region-specific OCR + dashboards |
| Full integrated platform (100 cams) | $280–520k | 24–36 weeks | End-to-end + ops + training |
2026 ranges run ~25–30% under 2024 baselines because Agent Engineering compresses the model-training and pipeline-integration workstreams. Steady-state ops typically runs $8–15 per camera per month, lower per camera as the fleet grows.
How to spot a real AI surveillance integration partner
Generalists struggle on AI video surveillance software development because four specialised muscles are at play simultaneously: ONVIF interop, GPU model deployment, EU AI Act / BIPA compliance, and integration with access control / SIEM. The on-call test we use:
Pull a recent Hailo or Jetson firmware commit on the spot. A real partner can show one inside 30 seconds. A generalist talks about it “in a different repo we can’t share.”
Show a face ID accuracy benchmark on a site-specific validation set. Not the vendor pretty number — the benchmark from the actual deployment. If they can’t produce one, they don’t measure quality, they assert it.
Draw the EU AI Act high-risk compliance flow on a whiteboard. Annex III, risk mitigation document, human oversight, audit trail, post-market monitoring. The diagram either exists or it doesn’t.
Name three integration platforms they’ve wired into. HID Mercury, Lenel S2, AXIS A1001, Genetec, Milestone, Lutron, alarm.com. Generic answers fail this question.
Mini case: Mindbox — 99.5% face ID, 500k+ ANPR plates per day across India
Mindbox is one of our long-running surveillance products: 50+ deployments since 2020, focused on Indian smart-city and retail security. The platform combines ANPR, facial recognition with anti-spoofing, anomaly detection, forensic search, and two-way voice. First-party stats from production: 99.5% face ID accuracy on the field-collected validation set; 500,000+ ANPR plates per day across active sites; 50+ deployments live; 2-way voice latency under 300 ms at edge sites.
The architecture is the reference stack from earlier in this article: ONVIF Profile S/T cameras, Hailo-edge boxes for primary detection, NVIDIA Triton in regional cloud PoPs for face/plate, custom VMS over Postgres + Elasticsearch, REST and gRPC APIs to access control. Want a similar architecture diagrammed against your scope?
For the older sister product, see the VALT 12-year case study — 770+ organizations, 50,000+ active users, recognised by US police, courts, and child advocacy centres.
A decision framework: pick a 2026 surveillance partner in five questions
1. How many cameras and how many sites? Below 250 cameras × 5 sites, Verkada / Eagle Eye usually win. Above 500 cameras × multiple sites, custom on Mindbox-class architecture wins on three- to five-year TCO.
2. Is biometric identification in scope? If yes, EU AI Act, BIPA, and state-level bans force a documented compliance posture before code is written. Vendors without one are not credible.
3. Edge or cloud heavy? Latency- and bandwidth-sensitive sites (industrial, retail, smart city) need edge-first architecture. Forensic-heavy sites (banking, courts) tolerate cloud-first.
4. Does the partner have a shipped surveillance portfolio? Ask for production URLs, camera counts, accuracy benchmarks. Generalists fail this question. Senior shops point at VALT-class or Mindbox-class deployments inside 30 seconds.
5. What’s the integration plane? Access control (HID, Lenel), alarm panels, SIEM, IoT sensors, MCP servers for AI agents. If the partner can’t draw the integration plane on day one, you’ll pay for it on month three.
Want our scoring against those five questions?
VALT, Mindbox, NetCam, DSI Drones — we’ll walk through shipped deployments and quote a fixed-range estimate for your scope in 30 minutes.
AI agents on the surveillance plane: MCP, autonomous SOC, VLM ops
By Q1 2026 the surveillance industry started shipping AI agents alongside the analytics layer. The pattern: an MCP server wraps the VMS’s event API, and a Claude Code-class agent or a custom security copilot queries it natively. SOC analysts ask “summarise everything the warehouse cameras saw between 2 and 4 a.m. last night,” the agent fans out to face-search, motion summary, plate lookup, and natural-language alert filtering, and returns a paragraph plus the relevant clips.
Three architectures are credible in 2026: native VLM-based summarisation (GPT-5-class, Claude Vision, Gemini) over the VMS event stream; Claude Code agents on top of an MCP-wrapped VMS for SOC analyst use; and Ambient.ai-class autonomous threat detection layered onto an existing VMS. Each costs differently and exposes different parts of your surveillance stack to AI systems — budget the data-egress and compliance review accordingly.
Reach for an MCP-driven SOC copilot when: your security team already triages 100+ alerts a day. Below that, the agent overhead exceeds the saved analyst time.
Five pitfalls in AI video surveillance software development
1. Skipping the compliance posture. Real-time public biometric ID for an EU site crosses an Article 5 prohibition that has been enforceable since February 2025; even permitted biometric systems need a risk-mitigation document before the December 2027 high-risk deadline. Compliance is week-one work, not week-twelve work.
2. Underestimating ONVIF interop. Cameras are not interchangeable. Treating them as “just RTSP” produces the kind of bug we’ve seen take six weeks to fix. Test the camera matrix before scoping.
3. Cloud-only architecture for latency-sensitive sites. Industrial PPE, retail loss prevention, smart-city ANPR all benefit from edge-first. Round-tripping every frame to the cloud breaks the use case.
4. Vendor lock-in via licensed VMS. Genetec / Milestone / Verkada licensing is fine at small scale. Past 500 cameras the per-seat fees compound. Plan an exit clause.
5. Treating accuracy claims as universal. Mindbox’s 99.5% face ID is on a specific validation set; your site’s accuracy will differ. Always demand a site-specific benchmark before sign-off.
KPIs to track once you ship
Quality KPIs. Object detection mAP (target ≥85% on site-specific validation), face ID accuracy (target ≥98% on local enrollment), false-alarm rate per camera per day (target <3), end-to-end alert latency (target <5 s).
Business KPIs. Mean-time-to-incident-resolution (target 25–40% below pre-AI baseline), cost per camera per month (target <$15 for cloud-managed, <$8 for hybrid), forensic-search time (target <5 s for natural-language queries).
Reliability KPIs. Camera uptime (target ≥99.5% per site), edge-box uptime (≥99.5%), VMS recording-success rate (≥99.9%), AI-related production incidents (zero per quarter once eval gates are live).
When NOT to go custom on AI video surveillance
If your camera count stays under ~250, you operate inside one or two sites, and the use case is mainstream (retail loss prevention, lobby monitoring), licensed Verkada or Eagle Eye Networks usually deliver faster ROI than a custom build. The math flips past 500 cameras across multiple sites, where vendor licensing compounds and customisation becomes unavoidable.
Where custom truly pays off is regulated workloads (EU AI Act, BIPA, healthcare), branded firmware on edge boxes, multi-tenant SaaS for security integrators, and AI capability density Verkada/Genetec haven’t shipped yet. Our computer vision for video surveillance and custom software development pages map the scope.
FAQ
What is AI video surveillance software?
AI video surveillance software is a video management system (VMS) with computer-vision models layered onto the camera feeds — object detection and tracking, facial recognition, license-plate reading (ANPR), anomaly and behaviour detection, and natural-language search. In 2026 it usually runs a hybrid edge-plus-cloud pipeline: edge boxes (Jetson, Hailo) handle primary detection, cloud GPUs run specialised models and forensic search. It replaces the manual “someone watching monitors” model with automated, searchable alerts.
What does it cost to build a custom AI video surveillance platform in 2026?
A focused 100-camera platform with object detection, ANPR, and a cloud-managed VMS lands in the $280–520k range over 24–36 weeks. Add facial recognition with anti-spoofing for $80–150k more. Steady-state ops runs $8–15 per camera per month. These numbers run ~30% under 2024 baselines because Agent Engineering compresses the model-training and pipeline-integration workstreams.
Is facial recognition still legal in 2026?
Yes in most jurisdictions, but the rules tightened. Under the EU AI Act, real-time remote biometric identification in public spaces by law enforcement is prohibited (since February 2025), while other biometric-ID systems are high-risk with obligations now deferred to December 2027; Illinois BIPA caps liability at one violation per person after SB 2979 (2024); San Francisco, Oakland, and Portland keep municipal bans; California AB 642 bars a facial-recognition match as the sole basis for an arrest. Private-property facial recognition is generally allowed with consent and documented mitigation. Always run the deployment past privacy counsel first.
Edge AI or cloud AI — which one wins in 2026?
Hybrid wins. Edge boxes (Jetson Orin Nano, Hailo-8) handle the primary detection layer for latency- and bandwidth-sensitive sites; cloud GPU inference handles specialised models (face, plate, cross-camera re-ID), forensic search, and multi-site correlation. Pure-cloud architectures struggle past 50 Mbps per site; pure-edge struggles on cross-site analytics.
Can we replace Verkada with a custom build and save money?
Past ~250–500 cameras, almost always yes. Verkada’s subscription model bills per camera per month for the platform plus storage; over five years that compounds to multiples of a comparable custom build. The trade-off: you take on edge-box management, model retraining cycles, and ops. We typically recommend Verkada or Eagle Eye for under ~250 cameras and custom past that — with a written exit clause regardless.
What accuracy should I expect from custom face ID and ANPR?
Mindbox runs at 99.5% face ID accuracy and ~95% ANPR accuracy on production traffic. Industry NIST FRVT top performers hit 98.5–99.8% on standardised datasets. Expect site-specific accuracy to land between those figures (roughly 95–99.5%) depending on lighting, camera angle, and demographic coverage of your training data. Always demand a site-specific benchmark before sign-off.
Do we need to build our own VMS or use Genetec/Milestone?
For enterprise general-purpose deployments, Genetec Security Center or Milestone XProtect are the safe defaults — mature, integrated, expensive. For branded SaaS surveillance products (security integrators, MSSPs), white-label custom is usually the right call. We’ve built both shapes; the deciding factor is whether the VMS is a cost centre or a revenue-generating product.
How do VLM-driven natural-language alerts compare to rule-based engines?
VLM alerts (GPT-5-class, Claude Vision, Gemini) replace bespoke rule logic with English-language definitions: “alert when someone enters the warehouse outside business hours”. They’re flexible and fast to deploy, but cost more per inference and need careful prompt engineering to avoid false positives. We use them as a layer on top of fast object detection — YOLO triggers a candidate event, the VLM confirms or rejects.
How does Fora Soft price an AI surveillance integration?
Most projects land in the cost-table ranges above — roughly $280–520k for a full 100-camera platform — with a fixed-bid milestone structure. We use Agent Engineering to compress velocity, but every PR still goes through a senior human reviewer and a privacy counsel review. Book a scoping call and we’ll quote a specific range against your spec.
What to read next
Case study
VALT — 12-Year Surveillance Case Study
770+ orgs, 50k+ users, recognised by US police and courts.
Case study
Mindbox — AI Smart Surveillance
99.5% face ID, 500k+ daily ANPR, 50+ live deployments.
Models guide
Anomaly Detection Models
Top architectures for surveillance anomaly detection.
Camera ingest
ONVIF Profiles in Security
How Profile S/T/M shape your interop story.
Vendor matrix
Top Surveillance Software Companies
Verkada, Genetec, Milestone, Spot AI — the buyer’s map.
Ready to scope your AI video surveillance build?
AI video surveillance software development in 2026 is mature on the technical side, regulated on the legal side, and cost-accessible on the hardware side. The vendor decision is mostly a TCO calculation; the integration partner decision is where 80% of the project risk lives. ONVIF interop, edge inference budgets, EU AI Act compliance posture, BIPA mitigation, vendor exit clauses — these are the surfaces that separate a 24-week win from a 9-month grind.
If you’re scoping an AI video surveillance build — retail, industrial, smart city, healthcare, education, banking, critical infrastructure — we can show you exactly what we’ve shipped on VALT and Mindbox, quote a fixed range, and walk you through the compliance posture for your jurisdiction in 30 minutes.
Let’s scope your AI video surveillance build — with a partner who already shipped at scale
30 minutes, real engineering opinions, no slides, a fixed-range estimate at the end.

