OpenCV  4.10.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
protected

此类的文档从以下文件生成