QuercusVL Programming Manual
delayed after the third picture; in miliseconds.
4.5.11. VideoInformation
Defines a video.
●
Width: image width of the video; in pixels. If value is -1, the video is not valid.
●
Height: image height of the video; in pixels.
●
InitTimestamp (IniTime): timestamp of the start of video capture; a
QuercusTimestamp
structure is used.
●
EndTimestamp (EndTime): timestamp of the stop of video capture; a
QuercusTimestamp
structure is used.
●
Duration: duration of the video file; in miliseconds.
●
Framerate (FR): frames per second of the video file.
4.5.12. OutputActuatorCondition
Describes a conditions of an output actuator.
●
DetectorId: id of the detector that conditions refers to.
●
Field: field that the condition check.
○
0: vehicle driving speed detected.
○
1: vehicle length detected.
○
2: driving direction detected
○
3: detector's occupancy percentage.
○
4: vehicle presence.
●
Operator (Op): operator used by the condition.
○
0: equal to.
○
1: different from.
○
2: greater than.
○
3: less than.
Quercus Technologies
138
4
Duration
2
Width
IniTime
1
FR
8
2
Height
8
EndTime
1
Op
4
DetectorId
1
Field
4
Value