SetTimerMode
|
![]() ![]() ![]() |
|
[in] unsigned short timerMode
|
Type of the timer. Can be one of the following values:
|
TIMER_UNIX - the internal camera timer counts the time elapsed since 00:00:00 January 1, 1970.
|
TIMER_UDP - the internal camera timer counts the time elapsed since the current GigESim-based application has started.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
|
static CGevCamera* m_pCamera;
|
m_pCamera = createCamera();
|
|
m_pCamera->SetTimerMode(TIMER_UNIX);
|
|