Specifications
sharpVISION™ Camera
sharpVISION™ VISION SDK
113
8.5.2. SV_ENUMITEM
The SV_ENUMITEM structure contains information about a camera. It must be used in the
camera enumeration procedure with the SvEnumCameras routine.
typedef struct
{
unsigned long cameraId;
unsigned long cameraType;
unsigned long uniqueId;
unsigned long isOpen;
unsigned long _reserved[ 10 ];
} SV_ENUMITEM, *PSV_ENUMITEM;
Members
cameraId
It specifies the ID which identifies a camera among others. The user must use this camera id
to open the camera with SvOpenCamera.
cameraType
It specifies the camera model (sharpVISION 1300-DE, 1400-DE or 1500-EX).
uniqueId
It specifies a32-bit unique number, stored in the camera.
bIsOpen
It specifies whether the camera is currently open or not.
_reserved
Reserved for future use