Page 1 of 1
POS Overlay
Posted: Mon Apr 13, 2009 5:18 am
by tomhenderson
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?
Posted: Mon Apr 13, 2009 2:43 pm
by coke
What's your POS app using as a back-end? If it's database engine is MySQL (like ZoneMinder's), you could probably rig something up, with some time and effort.
Posted: Mon Apr 13, 2009 10:01 pm
by kingofkya
it would require some coding but if you were to send a tcip packet from the POS system it could be logged to zoneminders notes field. tkae a look at zmfilter
Posted: Mon Apr 13, 2009 11:45 pm
by tomhenderson
coke: The POS database is firebird. There are php extensions for firebird, but since the till has the capacity to send the relevant data out I'd rather just record that as it's sent.
kingofkya: interesting - what's zmfilter?
Posted: Tue Apr 14, 2009 11:56 am
by zoneminder
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.