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... | |
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.
cvbres_t CVDStreamGetFlowSetCount | ( | CVDSTREAM | Stream, |
size_t & | Count | ||
) |
Returns the number of flow sets, which is currently applied.
[in] | Stream | The handle of a target data stream module. |
[out] | Count | The number of flow sets which is currently applied. |