
Frame Grabber SDK (Windows-C) Developer Guide
STREAMHANDLE
unsigned int
);
Parameters
hStream,
*pnPayloadSize
hStream
[IN] Stream channel handle.
pnPayloadSize
[OUT] Image size of the stream channel.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
Remarks
The image size of the stream channel needs to be reacquired after the image-related parameters of the
camera are changed, such as width, height, and pixel format.
3.4.3 MV_FG_OpenStream
Open the stream channel.
API Definition
int MV_FG_OpenStream(
DEVHANDLE
hDevice,
unsigned int
nIndex,
STREAMHANDLE
*phStream
);
Parameters
hDevice
[IN] Device handle.
nIndex
[IN] Stream channel index.
phStream
[OUT] Stream channel handle.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.4.4 MV_FG_CloseStream
Close the stream channel.
API Definition
int MV_FG_CloseStream(
13





















































































































































