groups Namespace
Definition
Classes Index
| struct | ImageInputGroupOptions |
|
Configuration for ImageInputGroup. More... | |
| struct | InferOptions |
|
Tunables for the preprocess and combined-infer Graph fragments. More... | |
| struct | RtspDecodedInputOptions |
|
Configuration for RtspDecodedInput. More... | |
| struct | UdpH264OutputGroupOptions |
|
Configuration for UdpH264OutputGroup. More... | |
| struct | UdpOutputGroupGOptions |
|
Configuration for UdpOutputGroupG. More... | |
| struct | VideoInputGroupOptions |
|
Configuration for VideoInputGroup. More... | |
| struct | VideoSenderEncoderOptions |
| class | VideoSenderOptions |
| struct | VideoSenderRtpOptions |
Functions Index
| simaai::neat::Graph | VideoSender (const VideoSenderOptions &opt) |
| OutputSpec | ImageInputGroupOutputSpec (const ImageInputGroupOptions &opt) |
|
Project an ImageInputGroupOptions into the OutputSpec the fragment will advertise. More... | |
| OutputSpec | RtspDecodedInputOutputSpec (const RtspDecodedInputOptions &opt) |
|
Project an RtspDecodedInputOptions into the OutputSpec the fragment will advertise. More... | |
| OutputSpec | VideoInputGroupOutputSpec (const VideoInputGroupOptions &opt) |
|
Project a VideoInputGroupOptions into the OutputSpec the fragment will advertise. More... | |
| simaai::neat::Graph | ImageInputGroup (const ImageInputGroupOptions &opt) |
|
Build an image-input Graph: file source, decoder, and imagefreeze to a video stream. More... | |
| simaai::neat::Graph | preprocessing (const std::string &tar_gz, const InferOptions &opt={}) |
|
Build the preprocess Graph fragment for a model, given a model archive path. More... | |
| simaai::neat::Graph | simple_infer (const std::string &tar_gz) |
|
Build a single-stage MLA-inference Graph fragment from a model archive, with default options. More... | |
| simaai::neat::Graph | postprocessing (const std::string &tar_gz) |
|
Build the postprocess Graph fragment for a model, given a model archive path. More... | |
| simaai::neat::Graph | infer (const std::string &tar_gz) |
|
Build the current inference-only Graph fragment from a model archive. More... | |
| simaai::neat::Graph | infer (const std::string &tar_gz, const InferOptions &opt) |
|
Build the current inference-only Graph fragment with explicit options. More... | |
| simaai::neat::Graph | Preprocess (const simaai::neat::Model &model) |
|
Build the preprocess Graph fragment from an already-parsed Model. More... | |
| simaai::neat::Graph | MLA (const simaai::neat::Model &model) |
|
Build the MLA-inference Graph fragment from an already-parsed Model. More... | |
| simaai::neat::Graph | Postprocess (const simaai::neat::Model &model) |
|
Build the postprocess Graph fragment from an already-parsed Model. More... | |
| simaai::neat::Graph | Infer (const simaai::neat::Model &model) |
|
Build the current inference-only Graph fragment from an already-parsed Model. More... | |
| simaai::neat::Graph | RtspDecodedInput (const RtspDecodedInputOptions &opt) |
|
Build the live-RTSP input Graph: source, depayload+parse, hardware H.264 decode. More... | |
| simaai::neat::Graph | UdpH264OutputGroup (const UdpH264OutputGroupOptions &opt) |
|
Build a Graph that H.264-encodes, RTP-packetizes, and sends frames over UDP. More... | |
| simaai::neat::Graph | UdpOutputGroupG (const UdpOutputGroupGOptions &opt) |
|
Build a Graph that renders, encodes, and sends frames over UDP. More... | |
| simaai::neat::Graph | VideoInputGroup (const VideoInputGroupOptions &opt) |
|
Build the video-file input Graph: file source, demux, H.264 parse, hardware decode. More... | |
Functions
VideoSender()
|
Definition at line 68 of file VideoSender.h.
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.