|
GEV_STATUS GevSetCameraList(GEV_CAMERA_INFO *cameras, int numCameras);
|
|
|
Description |
|
|
Manually
fills the internal camera list containing information on the GigE Vision
device of interest to the API. This allows an application to manually set up
only the cameras it is interested in and skip the "automatic"
detection step. Note:
If the camera list is set manually (with at least one camera), all calls to
the GevGetCameraList function will return this manually set list. No further
automatic detection will be performed. Automatic detection can be re-enabled
by setting a zero length (NULL) camera list with this function. |
|
|
Parameters |
|
|
camera |
Pointer
to a list of GEV_CAMERA_INFO
entries. |
|
numCameras |
Number
of camera / device entries in the list |
|
Return Value |
|
|
GEV_STATUS |
Only returns GEVLIB_OK |
Related Topics