Greetings,
My company installs POS systems and camera systems. We've been using DVRs with D1/CIF for years but are looking to break ties with our supplier due to frequent hardware failures. Additionally we're looking for NVR software that supports megapixel cameras for better quality.
Our POS system outputs activity from the point-of-sale through a Windows service. The service outputs activity to a serial port, or over UDP ports through the network. With this service, an intercepting piece of hardware between the point-of-sale and the printer is not necessary
Is it feasible for ZoneMinder to support TCP/IP- and/or RS232-based text overlay?
POS text overlay
-
- Posts: 21
- Joined: Wed Oct 21, 2009 6:45 pm
Re: POS text overlay
Do you have a screenshot of this?
Re: POS text overlay
Here's an example of the point-of-sale text overlay I'd like ZoneMinder to be able to do:
- Attachments
-
- overlay.jpg (133.67 KiB) Viewed 17743 times
Re: POS text overlay
there is a feature today that allows you to add a "text overlay" using zmtrigger. The concept is you use zmtrigger to trigger an event when a POS happens and pass an option to add a custom text overlay. The problem however is that the overlay is only restricted to the timestamp bar at the top - but you can start there.
viewtopic.php?f=32&t=23654 for more info
viewtopic.php?f=32&t=23654 for more info
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Re: POS text overlay
our code is supposed to handle \n's so multi-line should work.
I've been meaning to overhaul the label code anyways. I think it is inefficient and hey wouldn't anti-aliasing and variable size fonts be nice?!
I've been meaning to overhaul the label code anyways. I think it is inefficient and hey wouldn't anti-aliasing and variable size fonts be nice?!
-
- Posts: 1
- Joined: Wed Dec 21, 2022 2:25 am
Re: POS text overlay
Hi, is the problem solved yet?