QuercusVL Programming Manual
Returns the total amount of time that the vehicle was stopped, including the time
previous to the traffic light going red; in miliseconds.
En C, the parameter “h” is a handler of incidence (Incidence).
●
Images
C++:
Images get_Images()
C:
Does not exist
In C++ returns the collection of images that make up the incidence.
In C, there is no representation of “Images” , but methods to directly access to
collection properties:
●
int VL_Incidence_get_Images_Count(int h): number of images in the incidence.
●
int VL_Incidence_get_Images_Item(int h, int item): returns the image in the
indicated position inside the collection of incidence images (starting from zero).
If there is no imaage at the specified position, returns null.
In C, if the object is no more needed, the function VL_Image_Release must be
called (see Release method from Image).
In C, the parameter “h” is a handler of the incidence (Incidence).
●
Video
C++:
Video get_Video()
C:
int VL_Incidence_get_Video(int h)
Returns the generated video of the incidence.
In C++, if there is no video from the incidence, returns a invalid one (see IsValid from
Video class)
In C, if there is no video of the incidence returns null.
In C, when the object is no more needed, the function VL_Video_Release must be called
(see Release method from Video class).
In C, the parameter “h” is a handler of the incidence (Incidence).
3.25.2. Methods
●
IsValid
C++:
bool IsValid()
C:
Does not exist
Quercus Technologies
66