OpenCV 4.12.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)
顯式
Python
cv.gapi.wip.gst.GStreamerPipeline(pipeline) -> <gapi_wip_gst_GStreamerPipeline object>

◆ ~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 object>

成員函式文件

◆ 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
保護

此類文件由以下檔案生成