OpenCV  4.5.5
Open Source Computer Vision
Classes | Typedefs | Enumerations | Functions
cv::gapi::wip::onevpl Namespace Reference

Classes

struct  CfgParam
 Public class is using for creation of onevpl::GSource instances. More...
 
struct  Context
 
struct  DataProviderException
 
struct  DataProviderImplementationException
 
struct  DataProviderSystemErrorException
 
struct  DataProviderUnsupportedException
 
struct  Device
 
class  GSource
 G-API streaming source based on OneVPL implementation. More...
 
struct  IDataProvider
 Public interface allows to customize extraction of video stream data used by onevpl::GSource instead of reading stream from file (by default). More...
 
struct  IDeviceSelector
 

Typedefs

using CfgParams = std::vector< CfgParam >
 

Enumerations

enum  AccelType : uint8_t {
  AccelType::HOST,
  AccelType::DX11,
  AccelType::LAST_VALUE = std::numeric_limits<uint8_t>::max()
}
 

Functions

const char * to_cstring (AccelType type)
 

Typedef Documentation

◆ CfgParams

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

Enumeration Type Documentation

◆ AccelType

Enumerator
HOST 
DX11 
LAST_VALUE 

Function Documentation

◆ to_cstring()

const char* cv::gapi::wip::onevpl::to_cstring ( AccelType  type)