OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::gapi::wip::gst::GStreamerSource 類參考

#include <opencv2/gapi/streaming/gstreamer/gstreamersource.hpp>

cv::gapi::wip::gst::GStreamerSource 的協作圖

公共型別

enum class  OutputType {
  FRAME ,
  MAT
}
 
- 繼承自 cv::gapi::wip::IStreamSource 的公共型別
using Ptr = std::shared_ptr<IStreamSource>
 

公共成員函式

 GStreamerSource (const std::string &pipeline, const GStreamerSource::OutputType outputType=GStreamerSource::OutputType::MAT)
 
 GStreamerSource (std::shared_ptr< GStreamerPipelineFacade > pipeline, const std::string &appsinkName, const GStreamerSource::OutputType outputType=GStreamerSource::OutputType::MAT)
 
 ~GStreamerSource () override
 
GMetaArg descr_of () const override
 
bool pull (cv::gapi::wip::Data &data) override
 
- 繼承自 cv::gapi::wip::IStreamSource 的公共成員函式
virtual ~IStreamSource ()=default
 
virtual void halt ()
 
Ptr ptr ()
 

保護成員函式

 GStreamerSource (std::unique_ptr< Priv > priv)
 

保護屬性

std::unique_ptr< Priv > m_priv
 

成員列舉文件

◆ OutputType

列舉器
FRAME 
MAT 

建構函式 & 解構函式文件

◆ GStreamerSource() [1/3]

cv::gapi::wip::gst::GStreamerSource::GStreamerSource ( const std::string & pipeline,
const GStreamerSource::OutputType outputType = GStreamerSource::OutputType::MAT )

◆ GStreamerSource() [2/3]

cv::gapi::wip::gst::GStreamerSource::GStreamerSource ( std::shared_ptr< GStreamerPipelineFacade > pipeline,
const std::string & appsinkName,
const GStreamerSource::OutputType outputType = GStreamerSource::OutputType::MAT )

◆ ~GStreamerSource()

cv::gapi::wip::gst::GStreamerSource::~GStreamerSource ( )
override

◆ GStreamerSource() [3/3]

cv::gapi::wip::gst::GStreamerSource::GStreamerSource ( std::unique_ptr< Priv > priv)
explicitprotected

成員函式文件

◆ descr_of()

GMetaArg cv::gapi::wip::gst::GStreamerSource::descr_of ( ) const
overridevirtual

◆ pull()

bool cv::gapi::wip::gst::GStreamerSource::pull ( cv::gapi::wip::Data & data)
overridevirtual

成員資料文件

◆ m_priv

std::unique_ptr<Priv> cv::gapi::wip::gst::GStreamerSource::m_priv
保護

此類文件從以下檔案生成