Back to Aurora Vision Library website

You are here: Start » Function Reference » Camera Support » Microview » Microview_StopAcquisition

Microview_StopAcquisition


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Stops acquisition using Microview.

Syntax

void avl::Microview_StopAcquisition
(
	Microview_State& ioState,
	const atl::Optional<int> inDeviceID,
	bool inJumboFrameSupport,
	bool inRescanNeeded
)

Parameters

Name Type Range Default Description
Input will be modified ioState Microview_State& Object used to maintain state of the function.
Input value inDeviceID const Optional<int> 0 - 10000 NIL Device identifying number
Input value inJumboFrameSupport bool True
Input value inRescanNeeded bool

Multithreaded environment

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