QuercusVL Programming Manual
Creates a new speed detector (default values).
To add a new speed detector to the unit, this function must be used, to later on modify
the named detector and add it to the system with the function ApplyDetector of
Configuration class.
In C the parameter “h” is a handler of
Configuration.
●
NewRedLightDetector
C++: ConfigurationRedLightDetector NewRedLightDetector()
C:
int VL_Configuration_New_RedLightDetector( int h )
Creates a new red light detector (default values).
To add a new red light detector to the unit, this function must be used, to later on
modify the named detector and add it to the system with the function ApplyDetector of
Configuration class.
In C the parameter “h” is a handler of
Configuration.
●
NewStoppedCarDetector
C++: ConfigurationStoppedCarDetector NewStoppedCarDetector()
C:
int VL_Configuration_New_StoppedCarDetector( int h )
Creates a new stopped car detector (default values).
To add a new stopped car detector to the unit this function must be used, to later
modify the detector and add it to the system using ApplyDetector function at
Configuration class.
In C the parameter “h” is a handler of
Configuration
.
●
GetDetectorCount
C++: int GetDetectorCount()
C:
int VL_Configuration_Get_DetectorCount ( int h )
Returns the number of configured detectors.
In C the parameter “h” is a handler of
Configuration
.
●
GetDetector
C++: ConfigurationDetector GetDetector( int index, int id )
C:
int VL_Configuration_Get_Detector( int h, int index, int id )
Quercus Technologies
88