SimaRender Class
Node that renders bounding-box overlays onto a video frame. More...
Declaration
Included Headers
Base classes
| class | Node |
| class | OutputSpecProvider |
Public Constructors Index
| SimaRender (SimaRenderOptions opt={}) | |
|
Construct with optional SimaRenderOptions. More... | |
Public Member Functions Index
| std::string | kind () const override |
|
Type label for this Node kind. More... | |
| NodeCapsBehavior | caps_behavior () const override |
|
Whether the Node negotiates static or dynamic caps. More... | |
| bool | has_config_json () const override |
|
Whether this Node is driven by a JSON config. More... | |
| bool | wire_input_names (const std::vector< std::string > &upstream_names, const std::string &tag) override |
|
Legacy hook for node-local JSON wiring. More... | |
| std::string | backend_fragment (int node_index) const override |
|
GStreamer fragment this Node emits. More... | |
| std::vector< std::string > | element_names (int node_index) const override |
|
Deterministic element names this Node will create. More... | |
| OutputSpec | output_spec (const OutputSpec &input) const override |
|
Negotiated downstream caps produced by this Node. More... | |
| const SimaRenderOptions & | options () const |
|
Inspect the Node's options. More... | |
Private Member Attributes Index
| SimaRenderOptions | opt_ |
| std::shared_ptr< ConfigHolder > | config_holder_ |
| std::string | config_path_ |
Description
Node that renders bounding-box overlays onto a video frame.
Definition at line 40 of file SimaRender.h.
Public Constructors
SimaRender()
| explicit |
Construct with optional SimaRenderOptions.
Definition at line 43 of file SimaRender.h.
Public Member Functions
backend_fragment()
|
GStreamer fragment this Node emits.
Definition at line 59 of file SimaRender.h.
caps_behavior()
| inline |
Whether the Node negotiates static or dynamic caps.
Definition at line 50 of file SimaRender.h.
element_names()
|
Deterministic element names this Node will create.
Definition at line 61 of file SimaRender.h.
has_config_json()
|
Whether this Node is driven by a JSON config.
Definition at line 54 of file SimaRender.h.
kind()
| inline |
Type label for this Node kind.
Definition at line 46 of file SimaRender.h.
options()
| inline |
Inspect the Node's options.
Definition at line 66 of file SimaRender.h.
output_spec()
|
Negotiated downstream caps produced by this Node.
Definition at line 63 of file SimaRender.h.
wire_input_names()
|
Legacy hook for node-local JSON wiring.
Definition at line 56 of file SimaRender.h.
Private Member Attributes
config_holder_
|
Definition at line 74 of file SimaRender.h.
config_path_
|
Definition at line 75 of file SimaRender.h.
opt_
|
Definition at line 73 of file SimaRender.h.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.