
Frame Grabber SDK (Windows-C) Developer Guide
Member
Data Type
nReserved[64]
unsigned int[]
Description
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.2 Enumeration
4.2.1 MV_FG_BUFFER_QUEUE_TYPE
Enumeration about the types of buffer queues.
Enumeration Type
MV_FG_BUFFER_QUEUE_INPUT_TO_OUTPUT
MV_FG_BUFFER_QUEUE_OUTPUT_DISCARD
MV_FG_BUFFER_QUEUE_ALL_TO_INPUT
MV_FG_BUFFER_QUEUE_UNQUEUED_TO_INPUT
MV_FG_BUFFER_QUEUE_ALL_DISCARD
Value
0
1
2
3
4
Description
Flush buffers from the input
queue to the output queue.
Discard buffers in the output
queue.
Flush all buffers (including those
in the output queue) to the input
queue.
Flush unused buffers to the input
queue.
Discard all queued buffers (those
in the input queue and the output
queue).
4.2.2 MV_FG_CFA_METHOD
Enumeration about the Color Filter Array (CFA) interpolation methods.
Enumeration Type
MV_FG_CFA_METHOD_QUICK
MV_FG_CFA_METHOD_BALANCE
MV_FG_CFA_METHOD_OPTIMAL
Value
0
1
2
Description
Quick interpolation.
Balanced interpolation.
Optimal interpolation.
51





















































































































































