Skip to content

HarleyL7/OpenAlprWebhookProcessor

 
 

Repository files navigation

OpenALPR Webhook Processor

This service accepts license plate webhooks from the OpenALPR web server. The webhook data (license plate number, make/model, year) is then set as text on the configured IP camera video overlay. The plate is also saved to a database for later retrieval. Simple statistics about the plate are also calculated. The tool can also control day/night triggering as well as focus during scheduled sunrise/sunset times.

Screenshots

Plates view

image

Camera Configuration

image

Agent Configuration

image

Quick Start

command line

dotnet ./OpenAlprWebhookProcessor.dll

Docker Configuration

The container needs 1 port for incoming connections and a volume to mount the databses for plate/settings storage

docker cli

docker run -d \
--name=openalprwebhookprocessor \
--net=bridge \
-v /host/path/:/app/config/ \
-p 3859:80 \
mlapaglia/openalprwebhookprocessor

Docker Hub

https://hub.docker.com/repository/docker/mlapaglia/openalprwebhookprocessor

About

An OpenALPR Webhook Processor for IP Camera Overlays

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 62.8%
  • TypeScript 24.0%
  • HTML 11.9%
  • Less 0.6%
  • JavaScript 0.4%
  • Dockerfile 0.2%
  • CSS 0.1%