Class Cast
Defined in File Cast.hpp
Inheritance Relationships
Base Type
public dai::NodeCRTP< Node, Cast, CastProperties >(Template Class NodeCRTP)
Class Documentation
-
class Cast : public dai::NodeCRTP<Node, Cast, CastProperties>
Cast node.
Public Functions
-
Cast &setNumFramesPool(int numFramesPool)
Set number of frames in pool
- Parameters:
numFramesPool – Number of frames in pool
Public Members
-
Input input = {*this, "input", Input::Type::SReceiver, false, 4, true, {{DatatypeEnum::ImgFrame, false}, {DatatypeEnum::NNData, false}}}
-
Output output = {*this, "output", Output::Type::MSender, {{DatatypeEnum::ImgFrame, false}}}
Output ImgFrame message.
-
Output passthroughInput = {*this, "passthroughInput", Output::Type::MSender, {{DatatypeEnum::ImgFrame, false}, {DatatypeEnum::NNData, false}}}
Passthrough input message.
Public Static Attributes
-
static constexpr const char *NAME = "Cast"
-
Cast &setNumFramesPool(int numFramesPool)