I want to integrate the monitoring of events/alarms generated by the XProtect LPR functionality and display them in my software. I saw a component called EventViewerLPR in the forum, but I can’t find the documentation for it. Can you show me where I can find this documentation?
I think it must be the Alarm and Event Viewer sample, as it show cases alarms, analytics events, general events and LPR event. The sample have changed name and content if what you found was a very old post.
This correspondent event are “Unlisted license plate (Match lists)”, this is what I need. Now I need to get the information about the plate and the image of event. I wil try get it in the “data” parameter of event.
One problem that I got, sometimes I try to reconnect to establish the websocket integration, but I receive Internal Server Error (500). When this happen I need to stop the Event Viewer Service of Milestone, to make another connection. Did you know why this happen?
I’m using the example “EventsAndStateWebSocketApiPython” from “mipsdk-samples-protocol”.
I got the Plate Number correctly now, but I yet need the snapshot of LPR Event, could be a URL or a base64 image. What are the possible ways to get that?
If is it possible I want to manage all in the “EventsAndStateWebSocketApiPython” just making some adjusts in the code, but the ideia is continuing using python.
Thank you for the updates. Snapshot is only available when provided by the LPR engine, which is not always the case. When you cannot get any images on an event, then you need to get the recorded image (if available) using the ImageServer API. That is a possible way to get a image from LPR events.