|
GEV_STATUS
GevInitCameraRegisters(GEV_CAMERA_HANDLE handle); |
||
|
Description |
||
|
Initializes Camera Registers. For supported Teledyne DALSA cameras, this
is automatically done when the camera is opened. Users generating their own
camera register structure should see ‘cameraregdata.c’ in order to have this
function set up their registers automatically. |
||
|
Parameters |
||
|
handle |
GEV_CAMERA_HANDLE identifying the camera
whose registers are to be initialized. |
|
|
Return Value |
||
|
GEV_STATUS STATUS |
Possible values are: GEVLIB_OK |
|
Related Topics