|
GEV_STATUS
GevOpenCameraByAddress |
(unsigned long ip_address,GevAccessMode mode, |
|||
|
Description |
||||
|
Creates
a camera handle for accessing a camera identified by a camera’s IP address. |
||||
|
Parameters |
|
|||
|
ip_address |
32-bit
IP address for a camera, as a number. For
example, 192.168.1.10 is 0xC0A8010A. |
|
||
|
mode |
Required
access mode. The available values are: GevExclusiveMode : Exclusive R/W access to the camera. The
most commonly used mode for user imaging applications is GevExclusiveMode. |
|
||
|
handle |
Pointer
to a GEV_CAMERA_HANDLE type |
|
||
|
Return Value |
||||
|
GEV_STATUS |
Possible
values are: GEVLIB_ERROR_API_NOT_INITIALIZED |
|||
Related Topics