Documentation #24
openCompare the new ALPR model output JSON with the VPAR's
50%
Description
Note and document the info that VPAR gives to the cameraserver and the new ALPR's, plus the information that SCANCAR needs
Updated by Khaled Malhal Abbas 18 days ago
- Due date set to 01/12/2026
- Status changed from New to In Progress
- % Done changed from 0 to 50
- Estimated time set to 2:00 h
In the source code ALPRCoreWorkerNeuralLabs.cpp, the ALPR has the result prepared and the program processes the result given in the method CALPRWorkerCoreNeuralLabs::internalAddRead().
For the full information of the parameters given by the result, the struct tResults has them defined, which is documented in the VPAR's given documentation (/docs/[ ENGLISH ] VPARMT C++ - Reference Manual.pdf).
The only caveat is that the parameter vlFormat is a number that references the internal country code of the license plate. The complete list of the country codes can be found in the VPAR's documentation (/docs/VPAR 7 - Valid Country Codes for each Region.pdf or in the VAPR's header file countrycodes.h).