class Input::Frames::FrameSetSource

Képkeretadatok forrását jelöli, amelyet a Vision AI-műveletek bemeneteként vagy kimeneteként használnak.

Tagok

Tulajdonságok

Szintaxis: public FrameSetSourceProperties & Properties;

További FrameSetSource-tulajdonságok gyűjteményét kapja meg.

~FrameSetSource

Szintaxis: public inline virtual ~FrameSetSource ( );

A FrameSetSource osztály egy példányát bontja fel.

GetWriter

Szintaxis: public inline std::shared_ptr< FrameSetWriter > GetWriter ( );

Lekéri a Keretírót, amellyel keretadatokat írhat ebbe a FrameSetSource objektumba.

Válaszok

Az std::shared_ptr keretadatok írásához használt FrameWriter

GetReader

Szintaxis: public inline std::shared_ptr< FrameSetReader > GetReader ( );

Lekéri a FrameSetSource objektum keretadatainak beolvasásához használt FrameReadert.

Válaszok

A keretadatok olvasásához használt FrameReader std::shared_ptr

CloseWriter

Szintaxis: public inline void CloseWriter ( );

Bezárja a keretforrást az íráshoz.

FromFormat

Szintaxis: public inline static std::shared_ptr< FrameSetSource > FromFormat ( const std::shared_ptr< FrameSetFormat > & format );

Inicializálja a FrameSetSource osztály új példányát.

Paraméterek

  • format A FrameSetFormat használatával beszerzett FrameSetFormat::Create() vagy hasonló

Válaszok

Az újonnan létrehozott FrameSetSource egy std::shared_ptr

FromFormat

Szintaxis: public inline static std::shared_ptr< FrameSetSource > FromFormat ( const std::shared_ptr< FrameSetFormat > & format , CallbackFunction_Type callback );

Inicializálja a FrameSetSource osztály új példányát.

Paraméterek

  • format A FrameSetFormat használatával beszerzett FrameSetFormat::Create() vagy hasonló

  • callback TODO

Válaszok

Az újonnan létrehozott FrameSetSource egy std::shared_ptr

CallbackFunction_Type

Szintaxis: typedef CallbackFunction_Type;