Frame Grabber SDK (Windows-C) Developer Guide
Macro
MV_FG_PIXEL_MONO
MV_FG_PIXEL_COLOR
MV_FG_PIXEL_CUSTOM
MV_FG_PIXEL_BIT_COUNT(n)
Table 5-5 Pixel Format
Value
Description
0x01000000
Monochrome format.
0x02000000
Color format.
0x80000000
Custom format.
((n) << 16)
Location of the number of bits.
Table 5-6 Flag Bit of GigE Vision Device
Macro
Value
Description
MV_FG_GEV_IFCONFIG_LLA_BI
T
0x00000004
Whether LLA is enabled.
MV_FG_GEV_IFCONFIG_DHCP_
BIT
0x00000002
Whether DHCP is enabled.
MV_FG_GEV_IFCONFIG_PERSIS
TENT_BIT
0x00000001
Whether static IP is enabled.
MV_FG_GEV_IFCONFIG_PR_BIT 0x80000000
Whether pause frames can be
processed.
MV_FG_GEV_IFCONFIG_PG_BIT 0x40000000
Whether pause frames can be
generated.
Macro
MV_FG_MAX_IF_INFO_SIZE
MV_FG_MAX_DEV_INFO_SIZE
MV_FG_MAX_EVENT_NAME_SI
ZE
MV_FG_MAX_SYMBOLIC_NUM
MV_FG_MAX_SYMBOLIC_STRL
EN
Table 5-7 Maximum Value
Value
Description
64
The maximum length of string for frame
grabber information.
64
The maximum length of string for device
information.
128
The maximum length of event name.
64
The maximum number of node names
(property keys) for the XML description file.
64
The maximum length for node names
(property keys) of the XML description file.
Macro
MV_FG_MAX_SPLIT_NUM
MV_FG_ROTATE_MODE
MV_FG_FLIP_MODE
Table 5-8 Image Reconstruction
Value
Description
8
The maximum number of images to split a
source image into.
0x1000
Rotation mode.
0x2000
Flip mode.
63
    "