Taximeter Software for NYTLC (New York Taxi and Limousine Commission)
The application captures the live video image of a digital taximeter using a
USB web cam. The change in the taximeter reading is identified by examining the
image at a specific interval (which is in milliseconds). If the image
(taximeter reading) has changed, the image is digitized using the third-party
OCR component, which has been embedded into the system. And these digits are
checked for its consistency using the business logic by the parent application.
The unique application developed in VC++.NET can interface with any parent
application that supports interfacing with .NET COM component.
|