holoscan::ops::video_io::kVideoIoMaxStreams

Beta
View as Markdown

Maximum number of I/O ports a base video operator may allocate.

constexpr std::uint32_t holoscan::ops::video_io::kVideoIoMaxStreams = 128

Each port consumes two GXF components (a Transmitter/Receiver plus its scheduling condition), and GXF limits an entity to 1024 components, so 128 leaves ample headroom for other components.