Module stream

Module stream 

Source
Expand description

Streaming builder and configuration helpers bridging tl-gige with higher-level GenICam consumers.

The builder performs control-plane negotiation (packet size, delay) and prepares a UDP socket configured for reception. Applications can retrieve the socket handle to drive their own async pipelines while relying on the shared StreamStats accumulator for monitoring.

Structs§

Stream
Handle returned by StreamBuilder providing access to the configured socket and statistics.
StreamBuilder
Builder for configuring a GVSP stream.

Enums§

StreamDest
Destination for GVSP packets received by the stream.