groups Namespace
Definition
Classes Index
| struct | ImageInputGroupOptions |
|
Configuration for ImageInputGroup. More... | |
| struct | InferOptions |
|
Tunables for the preprocess and combined-infer groups. 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::NodeGroup | VideoSender (const VideoSenderOptions &opt) |
| OutputSpec | ImageInputGroupOutputSpec (const ImageInputGroupOptions &opt) |
|
Project an ImageInputGroupOptions into the OutputSpec the group will advertise. More... | |
| OutputSpec | RtspDecodedInputOutputSpec (const RtspDecodedInputOptions &opt) |
|
Project an RtspDecodedInputOptions into the OutputSpec the group will advertise. More... | |
| OutputSpec | VideoInputGroupOutputSpec (const VideoInputGroupOptions &opt) |
|
Project a VideoInputGroupOptions into the OutputSpec the group will advertise. More... | |
| simaai::neat::NodeGroup | ImageInputGroup (const ImageInputGroupOptions &opt) |
|
Build an image-input NodeGroup: file source, decoder, and imagefreeze to a video stream. More... | |
| simaai::neat::NodeGroup | preprocessing (const std::string &tar_gz, const InferOptions &opt={}) |
|
Build the preprocess NodeGroup for a model, given an MPK tarball path. More... | |
| simaai::neat::NodeGroup | simple_infer (const std::string &tar_gz) |
|
Build a single-stage MLA-inference NodeGroup from an MPK tarball, with default options. More... | |
| simaai::neat::NodeGroup | postprocessing (const std::string &tar_gz) |
|
Build the postprocess NodeGroup for a model, given an MPK tarball path. More... | |
| simaai::neat::NodeGroup | infer (const std::string &tar_gz) |
|
Build the full preprocess + MLA + postprocess NodeGroup from an MPK tarball. More... | |
| simaai::neat::NodeGroup | infer (const std::string &tar_gz, const InferOptions &opt) |
|
Build the full preprocess + MLA + postprocess NodeGroup with explicit options. More... | |
| simaai::neat::NodeGroup | Preprocess (const simaai::neat::Model &model) |
|
Build the preprocess NodeGroup from an already-parsed Model. More... | |
| simaai::neat::NodeGroup | MLA (const simaai::neat::Model &model) |
|
Build the MLA-inference NodeGroup from an already-parsed Model. More... | |
| simaai::neat::NodeGroup | Postprocess (const simaai::neat::Model &model) |
|
Build the postprocess NodeGroup from an already-parsed Model. More... | |
| simaai::neat::NodeGroup | Infer (const simaai::neat::Model &model) |
|
Build the full preprocess + MLA + postprocess NodeGroup from an already-parsed Model. More... | |
| simaai::neat::NodeGroup | RtspDecodedInput (const RtspDecodedInputOptions &opt) |
|
Build the live-RTSP input NodeGroup: source, depayload+parse, hardware H.264 decode. More... | |
| simaai::neat::NodeGroup | UdpH264OutputGroup (const UdpH264OutputGroupOptions &opt) |
|
Build a NodeGroup that H.264-encodes, RTP-packetizes, and sends frames over UDP. More... | |
| simaai::neat::NodeGroup | UdpOutputGroupG (const UdpOutputGroupGOptions &opt) |
|
Build a NodeGroup that renders, encodes, and sends frames over UDP. More... | |
| simaai::neat::NodeGroup | VideoInputGroup (const VideoInputGroupOptions &opt) |
|
Build the video-file input NodeGroup: 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.