OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
没有匹配项
公共成员函数 | 受保护的成员函数 | 受保护的属性 | 所有成员列表
cv::gapi::wip::gst::GStreamerPipeline 类参考

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

cv::gapi::wip::gst::GStreamerPipeline 的协作图

公共成员函数

GAPI_WRAP GStreamerPipeline (const std::string &pipeline)
 
virtual ~GStreamerPipeline ()
 
IStreamSource::Ptr getStreamingSource (const std::string &appsinkName, const GStreamerSource::OutputType outputType=GStreamerSource::OutputType::MAT)
 

受保护的成员函数

 GStreamerPipeline (std::unique_ptr< Priv > priv)
 

受保护的属性

std::unique_ptr< Priv > m_priv
 

构造函数和析构函数文档

◆ GStreamerPipeline() [1/2]

GAPI_WRAP cv::gapi::wip::gst::GStreamerPipeline::GStreamerPipeline ( const std::string &  pipeline)
explicit
Python
cv.gapi.wip.gst.GStreamerPipeline(pipeline) -> <gapi_wip_gst_GStreamerPipeline 对象>

◆ ~GStreamerPipeline()

virtual cv::gapi::wip::gst::GStreamerPipeline::~GStreamerPipeline ( )
virtual

◆ GStreamerPipeline() [2/2]

cv::gapi::wip::gst::GStreamerPipeline::GStreamerPipeline ( std::unique_ptr< Priv >  priv)
explicitprotected
Python
cv.gapi.wip.gst.GStreamerPipeline(pipeline) -> <gapi_wip_gst_GStreamerPipeline 对象>

成员函数文档

◆ getStreamingSource()

IStreamSource::Ptr cv::gapi::wip::gst::GStreamerPipeline::getStreamingSource ( const std::string &  appsinkName,
const GStreamerSource::OutputType  outputType = GStreamerSource::OutputType::MAT 
)

成员数据文档

◆ m_priv

std::unique_ptr<Priv> cv::gapi::wip::gst::GStreamerPipeline::m_priv
protected

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