Methods - quercus SmartLoop TS Programming Manual

Table of Contents

Advertisement

QuercusVL Programming Manual
int VL_Video_get_IniTimestamp_Seconds(int h): date and time when the video
recording started, showing the number of seconds elapsed since 00:00 hours on
the first of January of 1970. It is the same format that is returned at the call to
function time_t time ( time_t *timer ) from ANSI C standard.
The parameter "h" is a handler of video (Video).
int VL_Video_get_IniTimestamp_USeconds(int h): microsecond when the video
recording started.
The parameter "h" is a handler of video (Video).
EndTimestamp
C++:
C:
In C++, returns the time stamp where the unit stopped the video capture.
In C, there is no representation of "TimeStamp" class, but methods to directly access to
its properties:
int VL_Video_get_EndTimestamp_Seconds(int h): date and time when the video
recording stopped, showing the number of seconds elapsed since 00:00 hours on
the first of January of 1970. It is the same format that is returned at the call to
function time_t time ( time_t *timer ) from ANSI C standard.
The parameter "h" is a handler of video (Video).
int VL_Video_get_EndTimestamp_USeconds(int h): microsecond when the video
recording stopped.
The parameter "h" is a handler of video (Video).
Duration
C++:
C:
Returns the video duration; in miliseconds.
In C, the parameter "h" is a handler of video (Video).
Framerate
C++:
C:
Quercus Technologies
Timestamp get_EndTimestamp()
Does not exist
int get_Duration()
int VL_Video_get_Duration ( int h )
int get_Framerate()
int VL_Video_get_Framerate( int h )
70

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SmartLoop TS and is the answer not in the manual?

This manual is also suitable for:

Birdwatch red lightSmartloop ts plus

Table of Contents