Image Manager (CVCDriver.dll) 14.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
IFlowSetPool

Interface for collecting information about data stream modules (specifically flow sets). More...

Functions

cvbres_t CVDStreamGetFlowSetCount (CVDSTREAM Stream, size_t &Count)
 Returns the number of flow sets, which is currently applied. More...
 

Detailed Description

Interface for collecting information about data stream modules (specifically flow sets).

This is a collection of features that aim to provide information about the acquisition data stream, specifically flow sets defined by GenICam GenTL standard, which is responsible for transporting acquired data.

Function Documentation

◆ CVDStreamGetFlowSetCount()

cvbres_t CVDStreamGetFlowSetCount ( CVDSTREAM  Stream,
size_t &  Count 
)

Returns the number of flow sets, which is currently applied.

Parameters
[in]StreamThe handle of a target data stream module.
[out]CountThe number of flow sets which is currently applied.
Returns
  • #CVC_ERROR (#CVC_E_OK) No error.
  • #CVC_ERROR (#CVC_E_WRONGOBJECT) Stream is not a CVDSTREAM.
See also