Back to Adaptive Vision Library website

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

GigEVision_GetAcquisitionActive


Header:Genicam.h
Namespace:avl

Checks if specified device is currently streaming video.

Syntax

C++
C#
 
bool avl::GigEVision_GetAcquisitionActive
(
	GigEHandle inDeviceHandle
)

Parameters

Name Type Default Description
inDeviceHandle GigEHandle Handle of an opened device that will be checked for streaming.

Description

Return Value

true, when device connection is active and device is streaming video, false otherwise.

Exceptions

This function will throw an exception in the following situation:

  • Device handle is invalid.