Frame Grabber SDK (Windows-C) Developer Guide
Member
nReserved[48]
Data Type
unsigned int[]
Description
"MV_FG_MAX_DEV_INFO_SIZE" (the value is 64).
Reserved.
4.1.4 MV_CXP_INTERFACE_INFO
Structure about CoaXPress Frame Grabber Information
Member
chInterfaceID
chDisplayName
chSerialNumber
nPCIEInfo
nReserved[64]
Data Type
unsigned char[]
unsigned char[]
unsigned char[]
unsigned int
unsigned int[]
Description
Frame grabber ID, the length is defined by the
macro "MV_FG_MAX_IF_INFO_SIZE" (the value is
64).
Displayed name, the length is defined by the macro
"MV_FG_MAX_IF_INFO_SIZE" (the value is 64).
Serial number, the length is defined by the macro
"MV_FG_MAX_IF_INFO_SIZE" (the value is 64).
Information about the PCIe slot of the frame
grabber. The lower 16 bits are valid bits: bits 0 to 2
indicate function, bits 3 to 7 indicate device, and
bits 8 to 15 indicate bus.
Reserved.
4.1.5 MV_FG_BUFFER_INFO
Structure about Output Frame Buffer Information
Member
pBuffer
nSize
nFilledSize
pPrivate
nWidth
nHeight
enPixelType
bNewData
bQueued
Data Type
void*
unsigned int
unsigned int
void*
unsigned int
unsigned int
MV_FG_PIXEL_TYPE
bool
bool
Description
Image buffer address.
Size of the image buffer address.
Frame length.
Private data.
Image width.
Image height.
Pixel format.
Whether it is a new image.
Whether it is in the image acquisition queue.
39
    "