
Machine Vision Camera SDK (C) Developer Guide
Macro Definition
Value
Description
MV_UNKNOW_DEVICE
0x00000000
Unknown device type
MV_GIGE_DEVICE
0x00000001
GigE device
MV_1394_DEVICE
0x00000002
1394-a/b device
MV_USB_DEVICE
0x00000004
USB3.0 device
MV_CAMERALINK_DEVICE 0x00000008
CameraLink device
nReserved
Reserved.
stGigEInfo
GIGE device information, it is valid when nTLayerType is "MV_GIGE_DEVICE", (different
transport layers corresponds to different device information). See the structure
MV_GIGE_DEVICE_INFO for details.
stUsb3VInfo
USB device information, it is valid when nTLayerType is "MV_USB_DEVICE" (different transport
layers corresponds to different device information). See the structure MV_USB3_DEVICE_INFO
for details.
stCamLInfo
CameraLink device information, it is valid when nTLayerType is "MV_CAMERALINK_DEVICE"
(different transport layers corresponds to different device information). See the structure
MV_CamL_DEV_INFO for details.
See Also
MV_CC_DEVICE_INFO_LIST
Related API
MV_CC_CreateHandle
MV_CC_IsDeviceAccessible
MV_CC_GetDeviceInfo
5.1.13 MV_CC_DEVICE_INFO_LIST
Structure about device information list
Structure Definition
struct{
unsigned int
nDeviceNum;
181



































































































































































































































































































































































































