QuercusVL Programming Manual
Returns the minimum time (in milliseconds) that must go by, from the moment the
lights go red, until the infringement is made, to generate a valid incidence. User
configurable.
In C, the parameter "h" is a handler of detector (RedLightDetector).
TrafficLightId
●
C++:
C:
Returns the traffic light identifier used for the red state sign. If no traffic light has been
configured, but a digital input (see Input from RedLightDetector), it will return -1
In C, the parameter "h" is a handler of detector (RedLightDetector).
RedInput
●
C++:
C:
Returns the identifier of the digital input used for the red state sign. If no input has
been configured, but a traffic light (see TrafficLightId from RedLightDetector), it will
return -1.
In C, the parameter "h" is a handler of detector (RedLightDetector).
AmberInput
●
C++:
C:
Returns the identifier of the digital input used for the amber light. If no input has been
configured, but a traffic light (see TrafficLightId from RedLightDetector), it will return
-1.
In C, the parameter "h" is a handler of detector (RedLightDetector).
IsVideoEnabled
●
C++:
C:
Returns true if the detector has the incidence video generation enabled, false otherwise.
In C, the parameter "h" is a handler of detector (RedLightDetector).
Quercus Technologies
int get_TrafficLightId()
int VL_RedLightDetector_get_TrafficLightId(int h)
int get_RedInput()
int VL_RedLightDetector_get_RedInput(int h)
int get_AmberInput()
int VL_RedLightDetector_get_AmberInput(int h)
bool get_IsVideoEnabled()
int VL_RedLightDetector_get_IsVideoEnabled(int h)
47
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?