QuercusVL Programming Manual
●
PreVideoTimeMs
C++: int get_PreVideoTimeMs ( )
C:
int VL_StoppedCarDetector_get_PreVideoTimeMs( int h )
Returns the tiime that the start of the video capture in the incidences will be advanced;
in miliseconds.
In C, the parameter “h” is a handler of detector (StoppedCarDetector).
●
PostVideoTimeMs
C++: int get_PostVideoTimeMs ( )
C:
int VL_StoppedCarDetector_get_PostVideoTimeMs( int h )
Returns the time that the stop of video capture in the incidences will be delayed; in
miliseconds.
In C, the parameter “h” is a handler of detector (StoppedCarDetector).
3.16. TrafficLights Class
Collection of configured traffic lights in a unit.
3.16.1. Properties
●
Count
C++:
int Count ( )
C:
Does not exist, check VL_Unit_get_TrafficLights_Count(int h) of Unit
Number of traffic lights in the
unit.
●
Item
C++:
TrafficLight Item ( int item )
C:
Does not exist, check VL_Unit_get_TrafficLights_Item(int h, int item) of
Unit
Returns the traffic light in the indicated position inside the traffic lights collection of the
unit. They are located following the same configuration order.
The parameter “item” must specify the position (starting from zero). If there is no
traffic light for the indicated position, it will return an invalid one ( see IsValid from
Quercus Technologies
50