I am out of my depth here, but I will give it go.
I want to monitor events from an ANPR camera - just need timestamp and number plate data, but not sure how to go about this. In the end I want to be able to publish to mqtt, and my existing software that will do the rest of the processing.
A couple of possible options are:
I want to monitor events from an ANPR camera - just need timestamp and number plate data, but not sure how to go about this. In the end I want to be able to publish to mqtt, and my existing software that will do the rest of the processing.
A couple of possible options are:
- The camera supports WebSocket (port 7681) and WebSockets (port 7682). Can I use mosquitto to capture the camera events? Which port should I look at?
- Use a ONVIF viewer to capture camera events and publish to mosquitto? Any suggestion of a viewer that I can use (not interactive)
- Any suggestions of other easy-to-implement ideas welcome!
Statistics: Posted by Keith Bookman — Tue Feb 06, 2024 7:23 pm