Search found 3 matches

by ijhedges
Sat Jul 20, 2024 12:24 pm
Forum: Mobile Apps and Event Server
Topic: Getting results back from PlateRecognizer
Replies: 2
Views: 10744

Re: Getting results back from PlateRecognizer

Problem resolved.

It wasn't the alpr pattern, it was the zone detection pattern.
Added alpr and now its working

Code: Select all

my_front_door_left2_zone_detection_pattern=(car|alpr)
by ijhedges
Sat Jul 20, 2024 12:08 pm
Forum: Mobile Apps and Event Server
Topic: Getting results back from PlateRecognizer
Replies: 2
Views: 10744

Re: Getting results back from PlateRecognizer

OK, I think I'm finding info towards my own question 07/20/24 12:39:09 zmesdetect_m23[3665] DBG2 alpr.py:217 [ALPR JSON: {'processing_time': 119.743, 'results': [{'box': {'xmin': 200, 'ymin': 609, 'xmax': 280, 'ymax': 627}, 'plate': 'xxxxxxxx', 'region': {'code': 'gb', 'score': 0.836}, 'score': 0 ...
by ijhedges
Sat Jul 20, 2024 11:25 am
Forum: Mobile Apps and Event Server
Topic: Getting results back from PlateRecognizer
Replies: 2
Views: 10744

Getting results back from PlateRecognizer

I have a monitor setup in event server to detect for a car on my drive and send this to PlateRecognizer. This is aspect is working, the image in Zoneminder for the Object Detection shows my car labelled as 'car'. The call is being made to PlateRecognizer and the same image is analysed and my number ...