ANPR — License Plate Recognition

v1.0.0vehicle

Reads 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 default

Satisfied by YOLOv8 — or any adapter advertising the task.

license_plate_recognitionneeds an adapter enabled

Satisfied 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_read
  • plate_expected
  • plate_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.