I'm about to start looking at zoneminder as a replacement for an old cctv system (downloading the virtual appliance now). One feature we'd like is pos overlay - our point of sale tills can send out text data over UDP when a user makes a sale/order/etc. Can zoneminder record this type of data and display it alongside footage?
A little vague I know - what other info should I provide?
POS Overlay
-
- Posts: 2
- Joined: Mon Apr 13, 2009 5:00 am
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
This has been done successfully before using zmtrigger.pl though may take some minor customisation.
Basically you can connect to zmtrigger.pl using a variety of methods and 'push' the POS data which can then trigger an event to be recorded store the POS details in the event Notes field. You can also pass in an additional text string to embed in the actual image frames using the %Q token in the timestamp. This would allow you to record the transaction number for instance in the image itself and the details in the other event fields.
Basically you can connect to zmtrigger.pl using a variety of methods and 'push' the POS data which can then trigger an event to be recorded store the POS details in the event Notes field. You can also pass in an additional text string to embed in the actual image frames using the %Q token in the timestamp. This would allow you to record the transaction number for instance in the image itself and the details in the other event fields.
Phil