GEV_STATUS GevGetCameraList

(GEV_CAMERA_INFO *cameras, int maxCameras,
 int *numCameras);

 

Description

 

Returns a list of cameras detected as present in the system.

Parameters

 

cameras

Pointer to an array of GEV_CAMERA_INFO structures, allocated by the caller, to contain information for the cameras detected in the system.

 

maxCameras

Maximum number of entries in the array of GEV_CAMERA_INFO structures passed in the ‘cameras’ parameter.

 

numCameras

Pointer to contain the number of cameras actually detected in the system.
(Note: The number of cameras found can be larger than the number of entries in the ‘cameras’ array. In this case, only ‘maxCameras’ entries are returned in the array. The total number of cameras in the system is returned in ‘numCameras’.)

 

 

Return Value

 

GEVLIB_OK.

Related Topics

Member Function Descriptions