OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
source.hpp File Reference
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/streaming/meta.hpp>
#include <opencv2/gapi/streaming/source.hpp>
#include <opencv2/gapi/streaming/onevpl/cfg_params.hpp>
#include <opencv2/gapi/streaming/onevpl/data_provider_interface.hpp>
#include <opencv2/gapi/streaming/onevpl/device_selector_interface.hpp>
Include dependency graph for source.hpp:

Classes

class  cv::gapi::wip::onevpl::GSource
 G-API streaming source based on OneVPL implementation. More...
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::gapi
 
namespace  cv::gapi::wip
 This namespace contains experimental G-API functionality, functions or structures in this namespace are subjects to change or removal in the future releases. This namespace also contains functions which API is not stabilized yet.
 
namespace  cv::gapi::wip::onevpl
 

Typedefs

using cv::gapi::wip::onevpl::CfgParams = std::vector< CfgParam >
 
using cv::gapi::wip::GVPLSource = onevpl::GSource
 

Functions

template<class... Args>
cv::Ptr< IStreamSourcecv::gapi::wip::make_onevpl_src (Args &&... args)