Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » SmartRay » SmartRay_StopAcquisition

SmartRay_StopAcquisition


Header: ThirdPartySdk.h
Namespace: avl

Stops acquisition using SmartRay.

Syntax

void avl::SmartRay_StopAcquisition
(
	SmartRay_State& ioState,
	const atl::String& inAddress,
	int inPort,
	int inConnectionTimeout
)

Parameters

Name Type Range Default Description
Input will be modified ioState SmartRay_State& Object used to maintain state of the function.
Input value inAddress const String& \"192.168.178.200\" Device identifying address
Input value inPort int 40 Device identifying network port
Input value inConnectionTimeout int 1 - 1000 60

Multithreaded environment

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