|
GEV_STATUS GevGetCameraList |
(GEV_CAMERA_INFO *cameras, int maxCameras, |
||
|
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. |
|
||
|
Return Value |
|||
|
GEVLIB_OK. |
|||
Related Topics