OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
gstreamersource.hpp ファイル
#include <opencv2/gapi/streaming/source.hpp>
#include <opencv2/gapi/garg.hpp>
#include <memory>
Include dependency graph for gstreamersource.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::gapi::wip::gst::GStreamerSource
 

名前空間

namespace  cv
 
namespace  cv::gapi
 
namespace  cv::gapi::wip
 この名前空間には実験的な G-API 機能が含まれており、この名前空間内の関数や構造体は将来のリリースで変更または削除される可能性がある。また、この名前空間には API がまだ安定化されていない関数も含まれる。
 
namespace  cv::gapi::wip::gst
 

型定義

using cv::gapi::wip::GStreamerSource = gst::GStreamerSource
 

関数

cv::Ptr< IStreamSourcecv::gapi::wip::make_gst_src (const std::string &pipeline, const GStreamerSource::OutputType outputType=GStreamerSource::OutputType::MAT)