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

クラス

class  cv::gapi::wip::gst::GStreamerPipeline
 

名前空間

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

型定義

using cv::gapi::wip::GStreamerPipeline = gst::GStreamerPipeline
 

関数

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