|
GEV_STATUS GevGetRegisterByIndex |
(GEV_CAMERA_HANDLE handle, UINT32 index, |
||
|
Description |
|||
|
Gets a
Camera Register structure by index. This
function finds and returns a GEV_REGISTER structure from the camera using the
index of the GEV_REGISTER structure. |
|||
|
Parameters |
|||
|
handle |
GEV_CAMERA_HANDLE
identifying the camera whose registers are to be accessed. |
||
|
index |
Index
to use to access the available GEV_REGISTER structures for the camera. |
||
|
pReg |
Pointer
to a GEV_REGISTER data structure,
allocated by the application, to contain the GEV_REGISTER data copied from
the internal camera configuration data, |
||
|
Return Value |
|
||
|
GEV_STATUS STATUS |
Possible values are: GEVLIB_OK |
||
Related Topics