Back to Adaptive Vision Library website

You are here: Start » Function Reference » GigE Vision » AvsFilter_GigEVision_StopAcquisition

AvsFilter_GigEVision_StopAcquisition


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Stops image acquisition in a device.

Syntax

void avs::AvsFilter_GigEVision_StopAcquisition
(
	GigEVision_GrabImage_State& ioState,
	const avl::GevAddress& inAddress
)

Parameters

Name Type Default Description
ioState GigEVision_GrabImage_State& Object used to maintain state of the function.
inAddress const GevAddress& GigE Vision Device identifying address (IP, MAC or Serial Number)

Description

This filter is intended for stopping acquisition in a GigE Vision® compliant, single stream video transmitter. It is only needed when implementing explicit stopping and starting of the image acquisition during a program lifetime.

This filter has no effect when invoked while the camera is not in the image acquisition state.

Device address (inAddress port) is a textual definition of either IP, MAC or serial number. Use Device Manager to select appropriate address of connected device.