Graph.h File
Graph — the assembly stage that takes Nodes and turns them into a runnable Run. More...
Included Headers
#include "builder/Node.h"
#include "pipeline/GraphOptions.h"
#include "pipeline/Run.h"
#include "builder/GraphPrinter.h"
#include "nodes/common/Output.h"
#include "nodes/common/Caps.h"
#include "nodes/common/FileInput.h"
#include "nodes/common/JpegDecode.h"
#include "nodes/common/VideoTrackSelect.h"
#include "nodes/common/Queue.h"
#include "nodes/common/VideoConvert.h"
#include "nodes/common/VideoScale.h"
#include "nodes/io/StillImageInput.h"
#include "nodes/io/Input.h"
#include "nodes/io/RTSPInput.h"
#include "nodes/rtp/H264Depacketize.h"
#include "nodes/sima/H264DecodeSima.h"
#include "nodes/sima/H264EncodeSima.h"
#include "nodes/sima/H264Parse.h"
#include "nodes/sima/H264Packetize.h"
#include "nodes/sima/SimaDecode.h"
#include <atomic>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <initializer_list>
#include <memory>
#include <optional>
#include <span>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <opencv2/core/mat.hpp>
#include <gst/gst.h>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | internal |
| namespace | graph |
| namespace | pipeline_internal |