Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » BitFlow » BitFlow_StopAcquisition
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Captures a frame using BitFlow frame grabber.
Syntax
void fil::BitFlow_StopAcquisition ( BitFlow_BaseState& ioState, int inBoardNumber, const ftl::File& inCameraFileName )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | BitFlow_BaseState& | Object used to maintain state of the function. | |
![]() |
inBoardNumber | int | Index of board | |
![]() |
inCameraFileName | const File& | Camera file |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.