ANPR — License Plate Recognition
v1.0.0vehicleReads license plates via a YOLOv8 to crop to fast-plate-ocr chain and routes severity through allow/deny watchlists.
What it needs
object_detectionserved by Tier-0, on by defaultSatisfied by YOLOv8 — or any adapter advertising the task.
license_plate_recognitionneeds an adapter enabledSatisfied by fast-plate-ocr — or any adapter advertising the task.
What it publishes
These land on your own event bus, where any other app, automation or integration can pick them up.
plate_readplate_expectedplate_watchlist
What it can reach
nothing outside OpenNVRApps run on an isolated network with no route to your camera network or the internet. This one asks for no exceptions.
Maintained by OpenNVR. Built on theOpenNVR App SDK.