BitFlow_StopAcquisition
Captures a frame using BitFlow frame grabber.
Syntax
C++
Python
def BitFlow_StopAcquisition( state: BitFlow_BaseState, inBoardNumber: int, inCameraFileName: str, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | BitFlow_BaseState | ||
![]() |
inBoardNumber | int | Index of board | |
![]() |
inCameraFileName | str | Camera file |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


