
Frame Grabber SDK (Windows-C) Developer Guide
Chapter 3 API Reference
3.1 Version Information
API for getting the SDK version information.
3.1.1 MV_FG_GetSDKVersion
Get the SDK version information.
API Definition
unsigned char* MV_FG_GetSDKVersion( );
Return Value
Return the SDK version information in a string.
Remarks
Format: "Version number + Type + Compile time".
3.2 Frame Grabber
APIs for enumerating frame grabbers, acquiring relevant information, enabling/disabling frame
grabbers, and so on.
3.2.1 MV_FG_UpdateInterfaceList
Update the frame grabber list.
API Definition
int MV_FG_UpdateInterfaceList(
unsigned int nTLayerType,
bool8_t
*pbChanged
);
Parameters
nTLayerType
[IN] Frame grabber type. See Frame Grabber Type for details.
pbChanged
[OUT] Whether the frame grabber list is updated.
5





















































































































































