SetGevMode
|
![]() ![]() ![]() |
|
[in] unsigned short gevMode
|
Type of the timer. Can be one of the following values:
|
GEV_1 - virtual camera will comply with version 1.2 of the GigE Vision specifications.
|
GEV_2 - virtual camera will comply with version 2.0 of the GigE Vision specifications.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
|
static CGevCamera* m_pCamera;
|
m_pCamera = createCamera();
|
|
m_pCamera->SetGevMode(GEV_2);
|
|