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
StreamBuilderproviding access to the configured socket and statistics. - Stream
Builder - Builder for configuring a GVSP stream.
Enums§
- Stream
Dest - Destination for GVSP packets received by the stream.