| std::shared_ptr< simaai::neat::Node > | Custom (std::string fragment, simaai::neat::InputRole role=simaai::neat::InputRole::None) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | CapsRaw (std::string format, int width=-1, int height=-1, int fps=-1, simaai::neat::CapsMemory memory=simaai::neat::CapsMemory::Any) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | CapsNV12SysMem (int w, int h, int fps) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | CapsI420 (int w, int h, int fps, simaai::neat::CapsMemory memory=simaai::neat::CapsMemory::Any) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | FileInput (std::string path) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | ImageDecode () |
|
|
|
| std::shared_ptr< simaai::neat::Node > | ImageFreeze (int num_buffers=-1) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | JpegDecode () |
|
|
|
| std::shared_ptr< simaai::neat::Node > | Output (OutputOptions opt={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | Queue () |
|
|
|
| std::shared_ptr< simaai::neat::Node > | VideoConvert () |
|
|
|
| std::shared_ptr< simaai::neat::Node > | VideoRate () |
|
|
|
| std::shared_ptr< simaai::neat::Node > | VideoScale () |
|
|
|
| std::shared_ptr< simaai::neat::Node > | VideoTrackSelect (int video_pad_index=0) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | Input (InputOptions opt={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | RTSPInput (std::string url, int latency_ms=200, bool tcp=true, bool drop_on_latency=false, std::string buffer_mode="") |
|
|
|
| std::shared_ptr< simaai::neat::Node > | StillImageInput (std::string image_path, simaai::neat::StillImageInput::ContentWidth content_w, simaai::neat::StillImageInput::ContentHeight content_h, simaai::neat::StillImageInput::EncodeWidth enc_w, simaai::neat::StillImageInput::EncodeHeight enc_h, simaai::neat::StillImageInput::FramesPerSecond fps) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | UdpOutput (UdpOutputOptions opt={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264CapsFixup (int fallback_fps=30, int fallback_width=1280, int fallback_height=720) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264Depacketize (int payload_type=96, int h264_parse_config_interval=-1, int h264_fps=-1, int h264_width=-1, int h264_height=-1, bool enforce_h264_caps=true) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | DetessDequant (DetessDequantOptions opt={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264Decode (int sima_allocator_type=2, std::string out_format="NV12", std::string decoder_name={}, bool raw_output=false, std::string next_element={}, int dec_width=-1, int dec_height=-1, int dec_fps=-1, int num_buffers=-1) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264EncodeSima (int w, int h, int fps, int bitrate_kbps=4000, std::string profile="baseline", std::string level="4.0") |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264EncodeSW (int bitrate_kbps=4000) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264Packetize (simaai::neat::H264Packetize::PayloadType pt={}, simaai::neat::H264Packetize::ConfigInterval config_interval={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264Parse (simaai::neat::H264ParseOptions opt) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264Parse (int config_interval=1) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264ParseAu (int config_interval=1) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | H264ParseForRtp (int config_interval=1) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | PCIeSink (PCIeSinkOptions opt={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | PCIeSrc (PCIeSrcOptions opt={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | Preproc (PreprocOptions opt={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | QuantTess (QuantTessOptions opt={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | SimaArgMax (SimaArgMaxOptions opt={}) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | SimaBoxDecode (const simaai::neat::Model &model, const std::string &decode_type="", int original_width=0, int original_height=0, double detection_threshold=0.0, double nms_iou_threshold=0.0, int top_k=0) |
|
|
|
| std::shared_ptr< simaai::neat::Node > | SimaRender (SimaRenderOptions opt={}) |
|
|
|