In continuation of the
ANPR-Automated Number Plate Recognition (Automatic Number Recognition) , I decided to
brag to show my solution to this assignment, and it’s natural to receive criticism on the topic. Once again, the project is
educational , designed for + -1.5 months, I write it myself.
And since there is not very much time, the choice fell on my favorite
DTK ANPR SDK .
Of the benefits: speed, features, simplicity and ease of use.
Of the minuses: perhaps only "paid", although it is possible to use a DEMO and TRIAL.
Demo: Getting the key for 15 days of full use.
Trial: The possibility of full functionality remains, but periodically pops up a window with an offer to buy a product, while the window is working, the main program is “frozen” until the offer closes.
The whole system consists of three parts:
1.
Windows Application - An application for the Control Center where, in principle, cameras will be connected.
2.
WEB Application - Internet application for "office" use. Consists of 2 blocks:
2.1.
Administration - for filing applications for parking subscription, notice of expiration
term of the subscription, etc.
2.2.
Security - for security chief, for consideration of applications, acceptance of applications, refusal, comment
to the subscription, etc.
3.
Database - Naturally used one for WEB WIN applications.
The decision to create WEB Apllication was due solely to the convenience of access to the system, whether at home or via a mobile phone, in general when you need to get access to information, and there is no computer with the installed program. Currently only WIN application is implemented.
Below are screenshots:

1. Record of last actions (Arrival-Departure), if the car left after another and its number was not considered on departure, then according to the database it will still be parked, i.e. column InOut in the database will be written as In.
2. Recognized number time and date (In some cases, the number is read, but nothing happens, for example, see above because of this situation, the time is different for 1 and 2).
3. The table displays the database: with all statuses, for example, if the car is parked or not.
4. The form of the search and data output in the table, it is enough to fill in one field.
5. A form with the ability to add a “comment” to a specific subscription when needed.
')

The log file, it is possible to view the log for any number. The file is created with a name in date format.
Here, in principle, and all the achievements at the moment.
PS
I would like to hear constructive criticism, advice ideas, including the interface.