Frame Grabber SDK (Windows-C) Developer Guide
Enumeration Type
EXCEPTION_TYPE_PCIE_STREAM1_SIZE_ERR
EXCEPTION_TYPE_PCIE_STREAM2_RECVBUF_ER
R
EXCEPTION_TYPE_PCIE_STREAM2_LIST_ERR
EXCEPTION_TYPE_PCIE_STREAM2_SIZE_ERR
EXCEPTION_TYPE_PCIE_STREAM3_RECVBUF_ER
R
EXCEPTION_TYPE_PCIE_STREAM3_LIST_ERR
EXCEPTION_TYPE_PCIE_STREAM3_SIZE_ERR
EXCEPTION_TYPE_CAMERA_DISCONNECT_ERR
Value
0x338C
0x3392
0x3393
0x3394
0x339A
0x339B
0x339C
0x100000
01
Description
Stream1 image size and memory
mismatched.
FIFO error of stream in Stream2
buffer.
Invalid list format of Stream2.
Stream2 image size and memory
mismatched.
FIFO error of stream in Stream3
buffer.
Invalid list format of Stream3.
Stream3 image size and memory
mismatched.
Camera disconnected.
4.2.5 MV_FG_GAMMA_TYPE
Enumeration about the Gamma types.
Enumeration Type
MV_FG_GAMMA_TYPE_NONE
MV_FG_GAMMA_TYPE_VALUE
Value
0
1
Description
Disabled.
Gamma value.
Gamma curve, which has the
following possibilities:
MV_FG_GAMMA_TYPE_USER_CURVE
2
When the output image is 8-bit,
the curve length is 256 * size of
(unsigned char);
When the output image is 10-bit,
the curve length varies according
to the input image.
Source image format is 10-bit,
the curve length is
1024*sizeof(unsigned short);
Source image format is 12-bit,
the curve length is
4096*sizeof(unsigned short);
Source image format is 16-bit,
the curve length is
65536*sizeof(unsigned short).
56
    "