Frame Grabber SDK (Windows-C) Developer Guide
3.2.4 MV_FG_GetInterfaceInfo
Get the frame grabber information by frame grabber index.
API Definition
int MV_FG_GetInterfaceInfo(
unsigned int
MV_FG_INTERFACE_INFO
);
nIndex,
*pstIfaceInfo
Parameters
nIndex
[IN] Frame grabber index, which starts from 0.
pstIfaceInfo
[OUT] Frame grabber information, see MV_FG_INTERFACE_INFO for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.2.5 MV_FG_OpenInterface
Open the frame grabber.
API Definition
int MV_FG_OpenInterface(
unsigned int nIndex,
IFHANDLE
*phIface
);
Parameters
nIndex
[IN] Frame grabber index, which starts from 0.
phIface
[OUT] Frame grabber handle.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.2.6 MV_FG_OpenInterfaceEx
Open the frame grabber and specify its access mode.
API Definition
int MV_FG_OpenInterfaceEx(
unsigned int nIndex,
7
    "