Back to FabImage Library website

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

GigEVision_GetAcquisitionActive


Header: Genicam.h
Namespace: fil
Module: Genicam

Checks if specified device is currently streaming video.

Syntax

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

Parameters

Name Type Default Description
Input value
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.