71
•
{{TIME HH}}
o
Event occurrence hour on a 24-hour basis ex) 18
•
{{TIME MM}}
o
Event occurrence minute with 2-digit ex) 43
•
{{TIME SS}}
o
Event occurrence second with 2-digit ex) 09
•
{{TIME MS}}
o
Event occurrence millisecond ex) 739
•
{{TIMESTAMP}}
o
Timestamp of the event occurrence time ex) 1678182189.739000
•
{{TIME ISO8601}}
o
ISO8601 standard format for the event occurrence time ex) 2023-03-
07T18:43:09.09:00
•
{{UTC ISO8601}}
o
UTC time in ISO 8601 standard format for the event occurrence time ex) 2023-03-
07T09:43.09.00:00
•
{{TIME}}
o
Event time format as designated ex) 07 March 2023 18:43:09
3.
Token for object information
•
{{LIST OBJECTS}} ~ {{LIST OBJECTS}}
o
Repeat as many times as objects to output the internal syntax.
•
{{LIST OBJECTS[PARAM=COMMA]}} ~ {{LIST OBJECTS[PARAM=COMMA]}}
o
Use commas (,) to separate repeated statements, and repeat the internal syntax as
many times as there are objects
•
{{::OBJ[INDEX]}}
o
The event
object’s index, starting from 0
•
{{::OBJ[TRACK ID]}}
o
Object tracking ID
•
{{::OBJ[CLASS]}}
o
Object class. Different apps and event types detect different objects.
o
person / car / bike / violence / fire / abandoned / animal / man / woman / helmet /
no-helmet / vest / no-
vest / fallen / lp / …
•
{{::OBJ[SCORE]}}
o
Object confidence score value
o
The value is for reference and is not appropriate to make a general judgment.
•
{{::OBJ[BBOX_X1]}}
o
The X coordinate of the top left point of the object’s bounding box.
o
The coordinate system is normalized to 0-1. The left end is 0, the right end is 1.
•
{{::OBJ[BBOX_Y1]}}
o
The Y coordinate of the top left point of the object’s bounding box
o
The coordinate system is normalized to 0-1. The top end is 0, the bottom end is 1.
•
{{::OBJ[BBOX_X2}}
o
The X coordinate of the right bottom point of the object’s bounding box.
•
{{::OBJ[BBOX_Y2}}
o
The Y coordinate of the right bottom point of the object’s bounding box.
4.
Token for displaying LPR object information
When using LPR object information, you must use {{LIST OBJECTS}} or {{LIST
OBJECTS[PARAM=COMMA]}} to enclose the object display syntax, as with normal object
information.