OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::gapi::wip::gst::GStreamerPipeline クラス

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

Collaboration diagram for 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 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
protected

このクラス詳解は次のファイルから抽出されました: