ANPR LUMO | installation guide 
 
A  Message placeholders 
Placeholder    Description 
%LP%     License plate value (ABC123) 
%LP_WS%     License plate value including white spaces. (ABC 123) 
%LP_UL%     License plate value including underscores. (ABC_123) 
%LP_HASH%     License plate SHA256 hashed string as hexadecimal number 
%LP_SHA1_D24A%     License plate SHA1 hashed and truncated to 24 bits, outputted in ASCII format 
%LP_SHA1_D24B%     License plate SHA1 hashed and truncated to 24 bits, outputted in Binary format 
%STATE%     License plate state 
%STATE_ALPHA_3%     License plate state in ISO 3166-1 alpha-3 country codes 
%STATE_FULL%     License plate full state name 
%CONF%     Confidence value 
%CONF_STATE%     State confidence value 
%FULL_IMG%"     Base64 encoded image of the whole image sensor 
%LP_IMG%"     Base64 encoded image of the license plate 
%REL_IMG_800_600_30%   Base64 image cropped relative to the full image size and resized to 800x600 
%REL_LP_800_600_300%   Base64 encoded image cropped relative to the LP image size and resized to 
800x600 
%NUM_ROWS%"     Number of rows of license plate 
%REGION%     Region string 
%REGION_CITY%     City string 
%REGION_SHORT%     Region short value string 
%ENDING%     Ending value string 
%ENDING_SHORT%     Ending short value string 
%COMMA%    Comma character ( , ) 
%BR_ON%     Round bracket open character ' ( ' 
%BR_OFF%     Round bracket close character ' ) ' 
%SQ_BR_ON%     Square bracket open character ( [ ) 
%SQ_BR_OFF%     Square bracket close character ( ] ) 
%CR%     Carriage return character 
%LF%     Line feed character 
%DIRECTION%     The motion direction of the vehicle in degrees. The direction is counted clockwise 
%POS_X%     X position in image of upper left corner of license plate 
%POS_Y%     Y position in image of upper left corner of license plate 
%POS_W%     Width of license plate in image 
%POS_H%     Height of license plate in image 
%ANGLE%     Direction angle in degrees (0..360) of the license plate 
%YEAR%     Year. When license plate was detected 
%MONTH%     Month. When license plate was detected 
%DAY%     Day. When license plate was detected 
%HOUR%     Hour. When license plate was detected 
%MINUTE%     Minute. When license plate was detected 
%SECOND%     Second. When license plate was detected 
%FRACSEC%     Fraction of seconds. When license plate was detected 
%AREA_INDEXES%    Indexes of areas in which the license plate was detected.  
%AREA_NAMES%     Names of areas in which the license plate was detected.