Back to Aurora Vision Library website

You are here: Start » Function Reference » GenTL » GenTL_GetStreamingStatistics

GenTL_GetStreamingStatistics


Header: Genicam.h
Namespace: avl
Module: Genicam

Retrieves basic statistics of video streaming out of GenICam device.

Syntax

C++
C#
 
void avl::GenTL_GetStreamingStatistics
(
	GenTLHandle inDeviceHandle,
	GenTL_StreamingStatistics& outStatistics
)

Parameters

Name Type Default Description
Input value inDeviceHandle GenTLHandle Handle of an open device that is streaming video.
Output value outStatistics GenTL_StreamingStatistics&

Description

This function is intended to help with diagnosing video streaming issues and it allows to read basic streaming statistic counters from the acquisition engine.

Exceptions

This function will throw an exception in the following situations:

  • Device handle is invalid.

Remarks

Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.