Capture who was stopped, where, vehicle details, ID, outcome, and free-text notes. Data stays in this browser session until you connect a live backend.
📷
OptionalIntegration brief
ANPR camera feed — parallel with manual entry
▼
01
What this is
An extra lane into the same national stop record. Officers keep using this form exactly as today. When you deploy a Google Cloud Run endpoint and connect ANPR cameras, each camera POSTs a read to your API; your backend stores events in Firestore (or your DB) with a flag such as source = ANPR. The dashboard, All Stops, warrants, and Vehicle Lookup stay the same screens — they also show rows that arrived from cameras.
02
Plate capture
The camera software reads the plate at the lane, then sends HTTPS POST to your URL (plate, checkpoint code, time, confidence, optional snapshot URL). Your service validates an API key, normalizes the plate string, and writes one document per read.
03
New / first-time plates
Backend creates a pending or ANPR stop record (plate + checkpoint + time). An officer opens Log New Stop; the plate may be pre-filled from the queue. They complete driver, ID, outcome, and notes — same fields as now.
04
Existing / known plates
The same warrant and history checks run against your registry. High-risk or warrant hits can trigger the same alert path as a manual lookup — no separate "camera-only" workflow.
This demo (current build)
Manual Log New Stop, All Stops, Lookup, and warrants work in the browser as before.
ANPR is described here for planning; live ingest requires Cloud Run + Firestore (or equivalent) and a small UI sync when you connect it.
Design rule: manual and ANPR are parallel — both write compatible stop/event records; nothing in this form is removed when cameras go live.
Location
Stop & vehicle
Intake notes & outcome
✓ Stop saved in this demo (browser memory only). Copy this folder to USB — no internet needed. A live system would sync to your command server.
🚗 All Stops— National record
Stop ID
Time
Plate
Driver
Checkpoint
Region
Dur.
Outcome
Warrant
⚠️ Warrant Intelligence— National warrant registry
Active
4
Detained Today
3
Referred to Court
2
Multi-checkpoint
2
Seen at 2+ checkpoints
Warrant ID
Name
Plate
Offence
Issued
Last Seen
Crossings
Priority
Action
🔍 Vehicle History Lookup— Intelligence-led tracking
Search any vehicle plate to see full crossing history across all 18 Somaliland checkpoints.
Demonstration only: connect to your organisation directory (e.g. Microsoft Entra ID, Google Workspace, or custom IAM) before production. No passwords or roles are stored in this static demo.
Each role maps to different tasks: who may edit checkpoints, who may manage all users, and who may reset credentials.
Assign commanding officers and review posting strength. Actions respect the simulated role above.