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
Input will be modified ioState BitFlow_BaseState
Input value inBoardNumber int Index of board
Input value 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.