ANPR / Parking TechnologyUpdated: 2026-04-2515 min read

ONVIF IP Cameras for ANPR Parking Systems — Complete Guide 2026

ONVIF is the industry-standard protocol that lets any compliant IP camera work with any ANPR (license plate recognition) software, eliminating vendor lock-in. For ANPR parking systems, ONVIF Profile S is the essential baseline — it provides RTSP real-time streaming that plate recognition engines need. Compatible cameras from Hikvision, Dahua, Axis, Reolink, Uniview, TP-Link VIGI, Bosch, Vivotek, Hanwha and Panasonic i-PRO start from €80 (budget) and scale to €1,500 (dedicated ANPR models). This guide covers ONVIF profiles, camera selection, RTSP setup, troubleshooting and integration with ANPR software.

Looking for a complete ANPR solution? See our ANPR Parking System — works with any ONVIF camera (save 80% vs dedicated ANPR cameras).

What is ONVIF?

ONVIF (Open Network Video Interface Forum) is a non-profit industry consortium founded in 2008 by Axis Communications, Bosch and Sony to standardize how IP-based security products communicate. As of 2026, over 25,000 ONVIF-conformant products from 500+ manufacturers are on the market — from $50 consumer cameras to $10,000 enterprise multi-sensor PTZ units. Before ONVIF, each manufacturer used proprietary SDKs and protocols; integrating a Hikvision camera with a Milestone NVR meant custom development. ONVIF solves this by defining a common API based on Web Services (SOAP/XML) for discovery, configuration, streaming, recording and event handling.

For ANPR (Automatic Number Plate Recognition, also called LPR — License Plate Recognition), ONVIF compliance means your license plate recognition software can pull video from any compatible camera regardless of brand. You can mix Hikvision at entry, Axis at exit, and Reolink for overflow — all managed by the same ANPR server. This vendor independence is the #1 reason to insist on ONVIF compatibility when specifying a parking system.

ONVIF Profile S vs Profile T vs Profile G

ONVIF defines multiple profiles — sets of features that a camera must support to carry that certification. Three profiles are most relevant to ANPR:

FeatureProfile S (2011)Profile T (2018)Profile G (2014)
Real-time streaming (RTSP)
PTZ control
H.264 codec
H.265 (HEVC) codec
Bi-directional audio
Metadata streaming
On-device video storage
Retrieval (event-based)
For ANPR — 95% of cases✓ PrimaryOptional (4K H.265)Optional (evidence)

For ANPR, Profile S is the essential minimum — all you need is real-time video streaming via RTSP. The ANPR engine pulls frames, detects plates and discards video. Profile T adds value only if you need H.265 codec (50% bandwidth savings for 4K cameras) or metadata streams for edge analytics. Profile G is relevant for compliance use cases where you must retain video evidence of entry/exit events for legal reasons (some jurisdictions for commercial parking).

ONVIF-Compatible Cameras for ANPR (2026 picks)

Below are ANPR-tested ONVIF cameras from leading manufacturers, grouped by price tier. All work with GMWEB ANPR software and most other LPR platforms (OpenALPR, Plate Recognizer, Vaxtor, Genetec).

BrandModels (ANPR-tested)Price rangeONVIF
HikvisionDS-2CD7A26G0/P-IZHS (dedicated ANPR), DS-2CD2086G2-I (standard 2MP), DS-2CD2T47G2-LSU (ColorVu)€150-1,500Profile S, T
DahuaIPC-HFW5241E-ASE-NI (Full Color), IPC-HFW3441T-ZAS (varifocal), IPC-HFW5842T-ZE (PoE+)€180-800Profile S, T, G
AxisP1465-LE-3 (premium), P3245-LVE (outdoor), Q1645-LE (enterprise)€400-1,800Profile S, T, G
BoschFLEXIDOME IP starlight 7000, DINION IP 5000i€500-1,200Profile S, T, G
UniviewIPC2128SB-ADF28KMC-I0, IPC3614LE-ADF28K-G€100-300Profile S, T
ReolinkRLC-842A (4K with IR), RLC-811A, RLC-1212A (Duo zoom)€80-250Profile S
TP-Link VIGIC340I (budget), C540-W, C540V (outdoor PTZ)€70-180Profile S
Hanwha (Samsung)XNO-8083R, XND-8081REV, PNM-9320VQP (multi-sensor)€400-1,500Profile S, T, G
VivotekIB9367-HT, FD9165-HT€300-700Profile S, T
Panasonic i-PROWV-S1136, WV-S1536LN€500-1,000Profile S, T

Minimum Camera Specs for ANPR Accuracy

Resolution

2MP minimum (1920x1080). 4MP recommended for wider FOV.

Sensor size

1/2.8" or larger. Low-light sensitivity 0.01 lux minimum.

Frame rate

15 fps min, 25 fps recommended for moving vehicles.

Lens

Varifocal 4-12mm, F1.6, 30-90° horizontal FOV.

IR illumination

20-30m range with Smart IR (prevents plate overexposure).

WDR

120dB minimum (handles backlight from headlights, low sun).

Shutter

1/250s stationary, 1/500s moving vehicles (prevents blur).

ONVIF

Profile S minimum. Profile T for H.265 (4K savings).

RTSP URL Formats (Top Manufacturers)

ONVIF auto-discovery gets the RTSP URL automatically but manual setup requires knowing the URL format. Copy-paste templates:

# Hikvision
rtsp://user:pass@IP:554/Streaming/Channels/101      (channel 1 main stream)
rtsp://user:pass@IP:554/Streaming/Channels/102      (channel 1 sub stream)

# Dahua
rtsp://user:pass@IP:554/cam/realmonitor?channel=1&subtype=0    (main)
rtsp://user:pass@IP:554/cam/realmonitor?channel=1&subtype=1    (sub)

# Axis
rtsp://user:pass@IP/axis-media/media.amp

# Bosch
rtsp://user:pass@IP:554/rtsp_tunnel?h26x=4&stream=mp&line=1&audio=1

# Reolink
rtsp://user:pass@IP:554/h264Preview_01_main

# Uniview
rtsp://user:pass@IP:554/media/video1

# TP-Link VIGI
rtsp://user:pass@IP:554/stream1

# Hanwha / Samsung
rtsp://user:pass@IP:554/profile2/media.smp

# Generic ONVIF fallback
Use ONVIF Device Manager (free) to discover actual URL

Dedicated ANPR cameras vs ONVIF IP + Software

AspectDedicated ANPR cameraONVIF IP camera + software
Cost per camera€800 – €3,500€80 – €250
Accuracy98-99%97%+
Processing locationEdge (on camera)Server (local edge box)
Vendor lock-inYes (proprietary SDK)No (any ONVIF camera)
Network bandwidthLow (only plate strings)Higher (video stream)
Best for>10 cameras, remote sites2-10 cameras, local server

Related Topics

Frequently Asked Questions

What is ONVIF and why does it matter for ANPR?

ONVIF (Open Network Video Interface Forum) is the industry-standard communication protocol for IP-based security products, founded in 2008 by Axis, Bosch and Sony. Over 25,000 ONVIF-compliant products from 500+ manufacturers are on the market. For ANPR (Automatic Number Plate Recognition), ONVIF matters because it eliminates vendor lock-in — any ONVIF-compliant camera from Hikvision, Dahua, Axis, Bosch, Vivotek, Uniview, Reolink, TP-Link VIGI, Hanwha, Panasonic i-PRO can communicate with our GMWEB ANPR software without custom drivers. The camera streams video via RTSP (Real-Time Streaming Protocol) and ANPR software pulls frames for plate detection. Without ONVIF standards, every camera model would need dedicated integration code, making multi-vendor deployments economically impractical.

What is the difference between ONVIF Profile S, T, and G?

ONVIF defines multiple profiles for different use cases: PROFILE S (2011) — real-time streaming (RTSP, H.264), PTZ control, audio, video configuration. This is the base profile used by 95% of ANPR deployments. PROFILE T (2018) — advanced video streaming with H.265 (HEVC) and bi-directional audio, metadata streaming, imaging settings. Use T when you need H.265 (50% smaller files than H.264) or advanced metadata for analytics. PROFILE G (2014) — video storage and retrieval on device (edge SD card) or NVR. Use G when your ANPR deployment needs local event recording with retention policies. FOR ANPR, Profile S is sufficient for 90% of cases — real-time stream is all the ANPR engine needs. Profile T useful for high-resolution 4K cameras (H.265 bandwidth savings). Profile G optional for compliance requirements (video evidence storage).

Which ONVIF cameras are best for ANPR?

For ANPR, look for these specs (not just ONVIF): 2MP+ resolution (1920x1080), 1/2.8" or larger sensor (low light), minimum 15fps (25fps recommended for motion), varifocal 4-12mm lens with 30-90° FOV, IR illumination 20-30m range with Smart IR, WDR 120dB minimum, H.264 High Profile or H.265, ONVIF Profile S minimum, IP66/67 enclosure, operating temp -30 to +60°C, PoE 802.3af/at. TOP ANPR-READY MODELS 2026: Hikvision DS-2CD7A26G0/P-IZHS (dedicated ANPR, €800), Hikvision DS-2CD2086G2-I (standard 2MP, €150-250), Dahua IPC-HFW5241E-ASE-NI (Full Color, €250-350), Reolink RLC-842A (budget ONVIF 4K with IR, €120-180), Axis P1465-LE-3 (premium, €600-900), Uniview IPC2128SB-ADF28KMC-I0 (mid-range, €150), TP-Link VIGI C340I (budget, €80-120). GMWEB ANPR software works with all above + any other ONVIF Profile S camera regardless of manufacturer.

Do I need Hikvision-specific cameras for Hikvision ANPR system?

NO — this is vendor lock-in marketing. Any ONVIF-compliant camera works with any ONVIF-compliant ANPR software. Hikvision sells dedicated "ANPR cameras" (like the DS-2CD7A26G0/P-IZHS) with built-in plate detection algorithm, priced €800-1,500. But standard ONVIF IP cameras at €80-250 paired with software-based ANPR (GMWEB, OpenALPR, Plate Recognizer) achieve 97%+ recognition accuracy at 80% lower hardware cost. The only advantage of dedicated ANPR cameras is edge processing (plate detection happens on the camera itself, no server needed), which reduces network bandwidth by 90% (you only upload recognized plate strings, not full video stream). For installations with >10 cameras or limited network bandwidth, edge ANPR cameras make sense. For typical 2-6 camera parking deployments, standard ONVIF + server-side ANPR is much more cost-effective.

Can I use my existing CCTV cameras for ANPR?

Possibly — depends on camera specs and positioning. Checklist to test existing camera for ANPR viability: (1) Resolution 2MP minimum (1920x1080), (2) ONVIF Profile S supported (check manufacturer spec sheet or try ONVIF Device Manager discovery), (3) Camera angle to plates ≤30° (too steep = plate foreshortening, recognition drops), (4) Distance to plates 3-15m (too close = plate partially off-screen, too far = plate too small), (5) Resolution on plate ≥100 pixels wide (zoom in on recorded footage, measure plate width — if <100px, change lens or reposition), (6) Night illumination — either camera built-in IR or external floodlight (plates retroreflective so IR light works great), (7) Shutter speed ≤1/250s for moving vehicles (blur kills recognition). If all 7 checks pass, your existing CCTV works. If 1-2 fail, one camera replacement + GMWEB software = full ANPR deployment at €200-400 total. Book a free audit and we'll test your current cameras for free.

What RTSP URL format do common ONVIF cameras use?

RTSP URL format varies by manufacturer even within ONVIF standard (ONVIF auto-discovery gets the URL automatically but manual entry requires knowledge). COMMON FORMATS: Hikvision → rtsp://user:pass@IP:554/Streaming/Channels/101 (101 = channel 1 main stream, 102 = sub stream). Dahua → rtsp://user:pass@IP:554/cam/realmonitor?channel=1&subtype=0 (subtype=0 main, subtype=1 sub). Axis → rtsp://user:pass@IP/axis-media/media.amp. Bosch → rtsp://user:pass@IP:554/rtsp_tunnel?h26x=4&stream=mp&line=1&audio=1. Reolink → rtsp://user:pass@IP:554/h264Preview_01_main. Uniview → rtsp://user:pass@IP:554/media/video1. TP-Link VIGI → rtsp://user:pass@IP:554/stream1. Hanwha/Samsung → rtsp://user:pass@IP:554/profile2/media.smp. Generic ONVIF fallback → use ONVIF Device Manager to discover actual URL exposed by camera. Most ANPR software (GMWEB included) has built-in templates for top 10 brands, so manual RTSP entry rarely needed.

How do I troubleshoot ONVIF camera not connecting to ANPR?

Common ONVIF connection issues and fixes: (1) ONVIF DISABLED ON CAMERA — log in to camera web UI → Network → ONVIF → enable. Some Hikvision/Dahua disable ONVIF by default since 2020 (security concerns). (2) PORT 80 BLOCKED — ONVIF discovery uses port 80/8080 HTTP, some firewalls block it. Check firewall rules, ensure camera and ANPR server on same VLAN. (3) AUTHENTICATION FAILURE — ONVIF user must have correct role (Admin/Operator). Create dedicated ONVIF user in camera settings with Operator role. (4) RTSP URL WRONG — test in VLC first; if VLC can't connect, ANPR software won't either. (5) SUB STREAM VS MAIN STREAM — for ANPR use MAIN stream (higher resolution); some configs default to sub stream (low-res). (6) MULTICAST BLOCKED — some routers block multicast used by ONVIF discovery, use unicast configuration. (7) NTP/TIME SYNC — cameras with wrong time can fail ONVIF auth (token-based with time windows). Ensure camera NTP synced with ANPR server time (within 5 minutes tolerance).

What minimum camera specs do I need for 97%+ ANPR accuracy?

GMWEB ANPR achieves 97%+ accuracy on European plates with ONVIF cameras meeting these specs: RESOLUTION: 2MP (1920x1080) minimum, 4MP (2560x1440) recommended for wider FOV coverage. SENSOR: 1/2.8" or larger for low light, 0.01 lux minimum illumination. FRAME RATE: 15 fps minimum, 25 fps recommended (captures plate 5-8 times during vehicle approach, best frame selected). LENS: varifocal 4-12mm, F1.6 aperture, 30-90° horizontal FOV. IR ILLUMINATION: 20-30m range with Smart IR (prevents overexposure of retroreflective plates at close range). WDR: minimum 120dB (handles backlight from headlights or low sun). SHUTTER: 1/250s for stationary cars, 1/500s for moving cars (prevents motion blur). CODEC: H.264 High Profile or H.265, bitrate 4-8 Mbps (higher = more detail for recognition). ONVIF: Profile S minimum. ENCLOSURE: IP66/67 for outdoor. TEMPERATURE: -30 to +60°C (relevant for Polish/European climate). POWER: PoE 802.3af/at (easier wiring). Cameras below 2MP or <1/3" sensors drop accuracy to 85-92%.

Deploy ANPR with Your Existing ONVIF Cameras

Free audit of your current CCTV installation. We test each camera for ANPR viability (resolution, angle, ONVIF version, RTSP stability) and deliver a report within 48h. Zero commitment.

Book free audit