Back to Aurora 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.

Header: Genicam.h
Namespace: avs
Module: Genicam

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
Input will be modified ioState GigEVision_GrabImage_State& Object used to maintain state of the function.
Input value 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.

This filter will interpret the value of inAddress port only during the first iteration, when the connection to the device is established. During the next iterations the filter will use previously established connection and subsequent changes in the device address will be ignored.

For general information about working with GigE Vision devices, please refer to the following article.

To learn more about camera acquisition thread works please go to this article.