![]() |
OpenCV 4.11.0
开源计算机视觉
|
#include <opencv2/gapi/streaming/gstreamer/gstreamersource.hpp>
公共类型 | |
| 枚举类 | OutputType { FRAME , MAT } |
从 cv::gapi::wip::IStreamSource 继承的公共类型 | |
| 使用 | 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 |
从 cv::gapi::wip::IStreamSource 继承的公共成员函数 | |
| 虚函数 | ~IStreamSource ()=default |
| 虚函数 void | halt () |
| Ptr | ptr () |
保护成员函数 | |
| GStreamerSource (std::unique_ptr< Priv > priv) | |
保护属性 | |
| std::unique_ptr< Priv > | m_priv |
| cv::gapi::wip::gst::GStreamerSource::GStreamerSource | ( | const std::string & | pipeline, |
| const GStreamerSource::OutputType | outputType = GStreamerSource::OutputType::MAT ) |
| cv::gapi::wip::gst::GStreamerSource::GStreamerSource | ( | std::shared_ptr< GStreamerPipelineFacade > | pipeline, |
| const std::string & | appsinkName, | ||
| const GStreamerSource::OutputType | outputType = GStreamerSource::OutputType::MAT ) |
|
重写 |
|
显式保护 |
|
重写虚函数 |
|
重写虚函数 |
|
保护 |