<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en">
  <siteinfo>
    <sitename>ANPR-CLOUD</sitename>
    <dbname>my_wiki</dbname>
    <base>http://wiki.anprcloud.co.za/index.php/Main_Page</base>
    <generator>MediaWiki 1.39.17</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Media</namespace>
      <namespace key="-1" case="first-letter">Special</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Talk</namespace>
      <namespace key="2" case="first-letter">User</namespace>
      <namespace key="3" case="first-letter">User talk</namespace>
      <namespace key="4" case="first-letter">ANPR-CLOUD</namespace>
      <namespace key="5" case="first-letter">ANPR-CLOUD talk</namespace>
      <namespace key="6" case="first-letter">File</namespace>
      <namespace key="7" case="first-letter">File talk</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki talk</namespace>
      <namespace key="10" case="first-letter">Template</namespace>
      <namespace key="11" case="first-letter">Template talk</namespace>
      <namespace key="12" case="first-letter">Help</namespace>
      <namespace key="13" case="first-letter">Help talk</namespace>
      <namespace key="14" case="first-letter">Category</namespace>
      <namespace key="15" case="first-letter">Category talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Main Page</title>
    <ns>0</ns>
    <id>1</id>
    <revision>
      <id>19</id>
      <parentid>18</parentid>
      <timestamp>2026-04-20T09:35:11Z</timestamp>
      <contributor>
        <username>Admin</username>
        <id>1</id>
      </contributor>
      <comment>/* 3.7 Advanced AI detectors and notifications */</comment>
      <origin>19</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="6251" sha1="0c8s97zvv9gj1ve8hu5qo24f4bclcuj" xml:space="preserve">= ANPR-Cloud Platform =
[[File:ANPCloud_info.png|800px|thumb|center|Infographic]]
&lt;center&gt;&lt;youtube&gt;DPsS78bonwM&lt;/youtube&gt;&lt;/center&gt;&lt;br&gt;

'''ANPR-Cloud''' is a cloud-based Automatic Number Plate Recognition (ANPR/LPR) platform that ingests vehicle detection data from connected cameras and transforms it into actionable intelligence.

The platform enables security teams, control rooms, and investigators to monitor vehicle activity in real-time, analyse movement patterns, and respond to vehicles of interest across multiple locations.

ANPR-Cloud provides centralized visibility of detections, analytics, and alerting capabilities in a secure cloud environment.

== 1. Overview ==

ANPR-Cloud is designed to bridge the gap between raw camera detections and operational intelligence.

Core capabilities include:

* Real-time vehicle detection monitoring  
* Centralized multi-site visibility  
* Vehicle movement analytics and pattern detection  
* Image capture and evidence storage  
* Hotlist and alerting capabilities  
* Integration into intelligence platforms such as SecureMIND  

The platform supports multiple plate formats and integrates directly with LPR/ANPR cameras.

== 2. How ANPR-Cloud Works ==

ANPR systems use cameras to detect and extract license plate data from vehicles.

ANPR-Cloud extends this by providing cloud-based ingestion, storage, analytics, and visualization.

=== System Flow ===

{{#mermaid:
flowchart LR
    CAM["LPR Cameras"] --&gt; API["ANPR-Cloud API Endpoint"]
    API --&gt; INGEST["Ingestion Layer"]
    INGEST --&gt; DB["(Cloud Database)"]
    DB --&gt; ANALYTICS["Analytics Engine"]
    ANALYTICS --&gt; ALERTS["Alerts / Hotlists"]
    ANALYTICS --&gt; UI["Dashboard / UI"]
    DB --&gt; UI
}}

=== Process Steps ===

# Cameras detect vehicle plates  
# Detection is sent via HTTP POST/API/FTP/Custom 
# ANPR-Cloud stores images and metadata  
# Data is analysed for patterns and matches  
# Alerts are triggered for flagged vehicles  
# Users access insights via dashboard

== 3. Core Features ==

=== 3.1 Real-Time Monitoring ===
* Live vehicle detections across all connected cameras  
* Immediate visibility into site activity  
* Rapid response to vehicles of interest  

=== 3.2 Vehicle Analytics ===
* Movement tracking between locations  
* Repeat sightings and visit patterns  
* Behavioural analysis across sites  

=== 3.3 Centralised Visibility ===
* Single dashboard for all sites  
* Multi-camera and multi-location support  
* Unified search and filtering  

=== 3.4 Evidence Management ===
* Secure storage of images and metadata  
* Timestamped detection records  
* Audit and investigation support  

=== 3.5 Camera Mapping ===
* GPS-based camera positioning  
* Site-level and lane-level visibility  

=== 3.6 Integration Capability ===
* Integration with SecureMIND intelligence platform  
* API-based integration for third-party systems

=== 3.7 Advanced AI detectors and notifications ===
* '''Commuter Detection''' - Regular daily patterns - Auto-whitelisting frequent visitors
* '''Speed Detection''' - Vehicle travel speed - Identifying fast-moving vehicles
* '''Unusual Time Detection''' - Activity at unusual hours - After-hours security monitoring
* '''Scout Detection''' - Multi-camera movement - Detecting surveillance/casing behavior
* '''New Vehicle Detection''' - Previously unseen vehicles - Identifying unfamiliar vehicles
* '''Frequency Detection''' - Sudden visit increases - Detecting escalating activity
* '''Behavioral Pattern Analysis''' - Extended multi-hour presence - Identifying stakeouts/loitering
* '''Hotlist Alerts''' - Manually flagged vehicles - Known threats and BOLO alerts
* '''Third Party Detection''' - External database matches - Cross-platform intelligence

== 4. Architecture Overview ==

{{#mermaid:
flowchart TD
    subgraph FIELD
        CAM1["Camera 1"]
        CAM2["Camera 2"]
        CAM3["Camera N"]
    end

    subgraph CLOUD
        API["API Layer"]
        QUEUE["Processing Queue"]
        DB["(Database)"]
        AI["Analytics Engine"]
    end

    subgraph USER
        DASH[Dashboard]
        ALERT[Alerts]
        SEARCH["Search Interface"]
    end

    CAM1 --&gt; API
    CAM2 --&gt; API
    CAM3 --&gt; API

    API --&gt; QUEUE
    QUEUE --&gt; DB
    DB --&gt; AI

    AI --&gt; DASH
    AI --&gt; ALERT
    DB --&gt; SEARCH
}}

== 5. Use Cases ==

ANPR-Cloud is used across multiple environments:

=== Security &amp; Control Rooms ===
* Monitor incoming and outgoing vehicles  
* Detect suspicious or flagged vehicles  
* Improve response times  

=== Community Safety Networks ===
* Share vehicle intelligence  
* Track suspect vehicles across regions  

=== Corporate &amp; Industrial Sites ===
* Perimeter monitoring  
* Access control augmentation  
* Incident investigation  

=== Law Enforcement Support ===
* Vehicle tracking and evidence collection  
* Pattern analysis and investigations  

== 6. Key Benefits ==

* '''Real-time intelligence''' – immediate visibility into vehicle activity  
* '''Centralised operations''' – single platform for all sites  
* '''Scalable cloud architecture''' – no on-site infrastructure required  
* '''Data-driven insights''' – actionable analytics instead of raw data  
* '''Faster response times''' – detect and act quickly  

== 7. Supported Manufacturers ==

ANPR-Cloud supports integration with various LPR/ANPR camera manufacturers.

→ See: [[Supported Manufacturers]]

== 8. Integration with SecureMIND ==

ANPR-Cloud can feed detections into SecureMIND to enable:

* Cross-domain intelligence correlation  
* OSINT enrichment  
* Threat scoring and prioritisation  
* Investigation workflows  

== 9. Example Data Flow ==

{{#mermaid:
sequenceDiagram
    participant Camera
    participant ANPRCloud
    participant Analyst

    Camera-&gt;&gt;ANPRCloud: Send detection (plate + image)
    ANPRCloud-&gt;&gt;ANPRCloud: Store &amp; analyse
    ANPRCloud-&gt;&gt;Analyst: Trigger alert (if flagged)
    Analyst-&gt;&gt;ANPRCloud: Query history
}}

== 10. Summary ==

ANPR-Cloud transforms raw vehicle detections into structured, searchable, and actionable intelligence.

It enables organisations to move from passive monitoring to proactive, intelligence-driven operations.

== 11. External Links ==

* Official Website: https://www.anprcloud.co.za</text>
      <sha1>0c8s97zvv9gj1ve8hu5qo24f4bclcuj</sha1>
    </revision>
  </page>
</mediawiki>
