Back to FabImage Library website
You are here: Start » Function Reference » GenTL » GenTL_GetStreamingStatistics
GenTL_GetStreamingStatistics
Header: | Genicam.h |
---|---|
Namespace: | fil |
Module: | Genicam |
Retrieves basic statistics of video streaming out of GenICam device.
Syntax
C++
C#
void fil::GenTL_GetStreamingStatistics
(
GenTLHandle inDeviceHandle,
GenTL_StreamingStatistics& outStatistics
)
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inDeviceHandle | GenTLHandle | Handle of an open device that is streaming video. | |
![]() |
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.