TVT POST XML Version 01.00: Difference between revisions
(Created page with "= ANPR-CLOUD + TVT LPR Camera Integration Manual = == 1. Introduction == '''ANPR-CLOUD''' is a cloud-based Automatic Number Plate Recognition (ANPR/LPR) platform that receives, processes, and analyses vehicle detection events from supported cameras. The platform enables: * Real-time vehicle detection and logging * Hotlist / alert notifications * Vehicle movement tracking across multiple locations * Integration with intelligence platforms such as SecureMIND By...") |
No edit summary |
||
| Line 50: | Line 50: | ||
# Login with your credentials | # Login with your credentials | ||
[[File:anprcloud-login.png| | [[File:anprcloud-login.png|600px|thumb|center|ANPR-CLOUD login screen]] | ||
=== Step 2: Add New Camera === | === Step 2: Add New Camera === | ||
| Line 57: | Line 56: | ||
# Click on '''[+ Add Camera]''' | # Click on '''[+ Add Camera]''' | ||
[[File:add-camera-button.png| | [[File:add-camera-button.png|600px|thumb|center|Add Camera]] | ||
=== Step 3: Enter Camera Details === | === Step 3: Enter Camera Details === | ||
| Line 69: | Line 68: | ||
* '''Location on Map''' – Click on the map to set the exact camera position | * '''Location on Map''' – Click on the map to set the exact camera position | ||
[[File:add-camera-form.png| | [[File:add-camera-form.png|600px|thumb|center|Add Camera Form]] | ||
=== Step 4: Create Camera Key === | === Step 4: Create Camera Key === | ||
| Line 76: | Line 75: | ||
# The system will generate a '''CAMERA_KEY''' for the camera. | # The system will generate a '''CAMERA_KEY''' for the camera. | ||
[[File:camera-key.png| | [[File:camera-key.png|600px|thumb|center|Camera Setup]] | ||
=== Step 5: Copy camera ingestor settings === | === Step 5: Copy camera ingestor settings === | ||
| Line 82: | Line 81: | ||
# Click '''(i)''' button to show the setup instructions for the camera. | # Click '''(i)''' button to show the setup instructions for the camera. | ||
# Please copy the settings example '''IP, Port & Url''' and enter it into the camera. | # Please copy the settings example '''IP, Port & Url''' and enter it into the camera. | ||
[[File:camera-settings.png|600px|thumb|center|Camera Settings]] | |||
== 5. Accessing the TVT Camera == | == 5. Accessing the TVT Camera == | ||
| Line 94: | Line 95: | ||
# Login using your credentials | # Login using your credentials | ||
[[File:camera-login.png| | [[File:camera-login.png|600px|thumb|center|Camera login screen]] | ||
== 6. Configure Network == | == 6. Configure Network == | ||
| Line 108: | Line 109: | ||
* DNS configured | * DNS configured | ||
[[File:network-settings.png| | [[File:network-settings.png|600px|thumb|center|Network settings]] | ||
== 7. Enable LPR / ANPR == | == 7. Enable LPR / ANPR == | ||
| Line 122: | Line 123: | ||
* Plate recognition active | * Plate recognition active | ||
[[File:lpr-settings.png| | [[File:lpr-settings.png|600px|thumb|center|LPR settings]] | ||
== 8. Configure HTTP POST Integration == | == 8. Configure HTTP POST Integration == | ||
| Line 132: | Line 133: | ||
</pre> | </pre> | ||
[[File:http-settings.png| | [[File:http-settings.png|600px|thumb|center|HTTP settings]] | ||
=== Step 2: Enable HTTP POST === | === Step 2: Enable HTTP POST === | ||
| Line 160: | Line 161: | ||
'''Note:''' Replace <code>Server IP, Port and URL</code> with the info from the Camera Setup Instructions on ANPR-CLOUD in Section 4, Step 5 above. | '''Note:''' Replace <code>Server IP, Port and URL</code> with the info from the Camera Setup Instructions on ANPR-CLOUD in Section 4, Step 5 above. | ||
[[File:http-post-config.png| | [[File:http-post-config.png|600px|thumb|center|HTTP POST config]] | ||
=== Step 4: Keepalive (Optional) === | === Step 4: Keepalive (Optional) === | ||
| Line 174: | Line 175: | ||
|} | |} | ||
[[File:keepalive-settings.png| | [[File:keepalive-settings.png|600px|thumb|center|Keepalive settings]] | ||
== 9. Save and Test == | == 9. Save and Test == | ||
Revision as of 15:13, 17 April 2026
ANPR-CLOUD + TVT LPR Camera Integration Manual
1. Introduction
ANPR-CLOUD is a cloud-based Automatic Number Plate Recognition (ANPR/LPR) platform that receives, processes, and analyses vehicle detection events from supported cameras.
The platform enables:
- Real-time vehicle detection and logging
- Hotlist / alert notifications
- Vehicle movement tracking across multiple locations
- Integration with intelligence platforms such as SecureMIND
By connecting your TVT LPR camera directly to ANPR-CLOUD via HTTP POST, detections are streamed in real-time to the cloud without requiring intermediate servers.
2. Requirements
Before starting, ensure you have:
- TVT LPR Camera (with HTTP POST / API support)
- Camera accessible on your network
- Camera username & password
- Internet connectivity
- ANPR-CLOUD ingestion URL and API key
3. System Flow Overview
Flow Explanation:
- Camera detects vehicle
- Sends HTTP POST to ANPR-CLOUD
- Data is processed and stored
- Results visible in dashboard and alerts
4. Add Camera in ANPR-CLOUD
Before configuring your physical camera, you must first register it on the ANPR-CLOUD platform.
Step 1: Login
- Open your browser
- Navigate to your client-specific domain (provided in your setup email)
- Login with your credentials
Step 2: Add New Camera
- Go to Dashboard
- Click on [+ Add Camera]
Step 3: Enter Camera Details
Fill in the following fields:
- Camera Name – Friendly name (e.g. Gate Entrance Camera)
- Camera Ingestor – Select the applicable camera ingestor available for your account (Please contact us for list of available camera ingestors)
- Location Description – Description of where the camera is installed
- Address – Physical address of the camera
- Location on Map – Click on the map to set the exact camera position
Step 4: Create Camera Key
- Click [Add Camera]
- The system will generate a CAMERA_KEY for the camera.
Step 5: Copy camera ingestor settings
- Click (i) button to show the setup instructions for the camera.
- Please copy the settings example IP, Port & Url and enter it into the camera.
5. Accessing the TVT Camera
Step 1: Open the Camera Web Interface
- Open a browser (Chrome recommended)
- Enter:
http://<camera-ip>
- Login using your credentials
6. Configure Network
Navigate to:
Settings → Network → TCP/IP
Ensure:
- IP Address configured
- Gateway set
- DNS configured
7. Enable LPR / ANPR
Navigate to:
Settings → AI / Smart → LPR / ANPR
Ensure:
- LPR Enabled
- Detection zones configured
- Plate recognition active
8. Configure HTTP POST Integration
Settings → Network → Advanced → HTTP / Alarm / API
Step 2: Enable HTTP POST
Enable:
- HTTP POST / Alarm Upload
- Event Upload
Step 3: Configure POST Parameters
| Setting | Value |
|---|---|
| Protocol | HTTP |
| Method | POST |
| Server IP / Host | {Server IP} |
| Port | {Server Port} |
| URL | ?key={KEY} |
| Trigger Event | LPR Detection |
Note: Replace Server IP, Port and URL with the info from the Camera Setup Instructions on ANPR-CLOUD in Section 4, Step 5 above.
Step 4: Keepalive (Optional)
| Setting | Value |
|---|---|
| Enable | Yes |
| Interval | 30–60 seconds |
| URL | /keepalive/?key=YOUR_CAMERA_KEY |
9. Save and Test
- Click Save / Apply
- Trigger a vehicle detection
- Confirm data is received
10. Verify on ANPR-CLOUD
- Login to your client domain
- Check:
- Live detections
- Plate recognition
- Images and timestamps
11. Troubleshooting
No Data Received
- Check internet connectivity
- Verify CAMERA_KEY
- Confirm port (80/443)
- Check firewall
Only Keepalive Received
- Ensure camera can reach server
- Verify correct endpoint
Empty Plate Field
Check XML fields such as:
<licensePlate><plate><text>
12. Recommended Configuration
- Use HTTP POST (not FTP)
- Use unique keys per camera
- Enable NTP time sync
- Use static IP or DHCP reservation
13. Tested TVT Models
| Model | Part Number | Kernel Version | Software Version | Hardware Version | Notes |
|---|---|---|---|---|---|
| TVT LPR Camera A | TBD | TBD | TBD | TBD | Working HTTP POST |
| TVT LPR Camera B | TBD | TBD | TBD | TBD | XML format differs |
| TVT LPR Camera C | TBD | TBD | TBD | TBD | Requires keepalive |
14. Network Architecture Diagram
15. Support
- Email: [email protected]
- Website: https://www.anprcloud.co.za
16. Summary
By completing this setup:
- Cameras send detections directly to ANPR-CLOUD
- Real-time intelligence and alerts enabled
ANPR-CLOUD transforms raw camera data into actionable intelligence.

