|
GEV_STATUS GevGetRegisterByName |
(GEV_CAMERA_HANDLE handle, char *name, |
||
|
Description |
|||
|
Gets a
Camera Register structure by name. This
function finds and returns a GEV_REGISTER structure from the camera using the
name of the GEV_REGISTER structure. If the name is not matched in the list of
registers, an error is returned. Note:
The name is case-sensitive. |
|||
|
Parameters |
|||
|
handle |
GEV_CAMERA_HANDLE
identifying the camera whose registers are to be accessed. |
||
|
name |
The
name to use to search for a GEV_REGISTER structure 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