Back to Aurora Vision Library Lite website

You are here: Start » Hardware Support » SiliconSoftware » SiliconSoftware_StopAcquisition

SiliconSoftware_StopAcquisition


Header: ThirdPartySdk.h
Namespace: avl

Initializes and starts image acquisition in Silicon Software board.

Syntax

void avl::SiliconSoftware_StopAcquisition
(
	SiliconSoftware_State& ioState,
	atl::Optional<int> inDeviceIndex,
	atl::Optional<int> inPort
)

Parameters

Name Type Range Default Description
Input will be modified ioState SiliconSoftware_State& Object used to maintain state of the function.
Input value inDeviceIndex Optional<int> 0 - NIL Device identifying number
Input value inPort Optional<int> 0 - NIL DMA port

Multithreaded environment

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