Pipeline runtime
Graph, Run, options, reports, errors. More...
Classes Index
| struct | DebugOptions |
|
Tunables for debug-mode pipeline dumps. More... | |
| struct | DebugOutput |
|
One captured pipeline output (single-shot dump result). More... | |
| struct | DebugStream |
|
Streaming iterator over debug-mode pipeline outputs. More... | |
| struct | Box |
|
One axis-aligned detection produced by BoxDecode. More... | |
| struct | BoxDecodeResult |
|
Parsed BoxDecode output paired with its raw byte buffer. More... | |
| struct | FormatSpec |
|
Thin wrapper around FormatTag with implicit string conversions. More... | |
| class | RtspServerHandle |
|
Live handle for a Graph running in RTSP server mode. More... | |
| class | Graph |
|
The assembly stage — turns a list of Nodes into a runnable, deterministic pipeline. More... | |
| struct | GroupMeta |
|
Per-fragment metadata captured during build. More... | |
| struct | RtspServerOptions |
|
Options for Graph::run_rtsp() — controls the RTSP server's mount point and ports. More... | |
| struct | AdvancedExecutionOptions |
|
Intent-named, jargon-free execution controls (preferred over the raw legacy fields). More... | |
| struct | GraphOptions |
|
Per-Graph construction options. More... | |
| struct | OutputTensorOptions |
|
Options for Graph::add_output_tensor() — the tensor-friendly output helper. More... | |
| struct | Sample |
|
Typed payload returned by Run::pull() and consumed by Run::push(). More... | |
| struct | RunOptions |
|
Per-Run runtime options. More... | |
| class | Run |
|
Live pipeline handle: push inputs in, pull outputs out. More... | |
| struct | BoxDecodeOptions |
|
Options driving a standalone BoxDecode invocation. More... | |
Typedefs Index
| using | SampleAttributes = std::map< std::string, std::string > |
|
Per-frame user attributes carried alongside a Sample. More... | |