Back to Adaptive Vision Library website

You are here: Start » Function Reference » BitFlow » BitFlow_StopAcquisition

BitFlow_StopAcquisition


Header:ThirdPartySdk.h
Namespace:avl

Captures a frame using BitFlow frame grabber.

Syntax

void avl::BitFlow_StopAcquisition
(
	BitFlow_BaseState& ioState,
	int inBoardNumber,
	const atl::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.