Is it possible to listen for LPR events, so that I can have an event handler that is called every time there is a license plate recognized from one of the cameras?
Right now I query for events from specific cameras like it is done in the AlarmEventViewer example, with an EventFilter. But some times I query before the LPR event is ready on the server.
If I can listen for the LPR events I will get them as soon as they are ready in the server - right?