Back to Aurora Vision Library website

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

BitFlow_StopAcquisition


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

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
Input will be modified ioState BitFlow_BaseState& Object used to maintain state of the function.
Input value inBoardNumber int Index of board
Input value 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.