Back to Adaptive Vision Library website

You are here: Start » Function Reference » Roseek » Roseek_StopAcquisition

Roseek_StopAcquisition


Stops image acquisition.

Syntax

void avl::Roseek_StopAcquisition
(
	Roseek_State& ioState
)

Parameters

Name Type Default Description
ioState Roseek_State& Object used to maintain state of the function.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.