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

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

Collaboration diagram for cv::gapi::wip::gst::GStreamerSource:

公開型

enum class  OutputType {
  FRAME ,
  MAT
}
 
- Public Types inherited from 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
 
- Public Member Functions inherited from 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

cv::gapi::wip::IStreamSource を実装する。

◆ pull()

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

cv::gapi::wip::IStreamSource を実装する。

メンバ変数詳解

◆ m_priv

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

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