Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
WebCamSource::Detail Class Reference
Collaboration diagram for WebCamSource::Detail:
Collaboration graph

Public Member Functions

 Detail (WebCamSourceProps _props)
 
 ~Detail ()
 
bool init ()
 
bool produce (frame_sp &outFrame)
 
WebCamSourceProps getProps ()
 
void setProps (WebCamSourceProps _props)
 

Public Attributes

std::string mOutputPinId
 

Private Attributes

WebCamSourceProps mProps
 
cv::VideoCapture cameraInstance
 
cv::Mat frame
 

Constructor & Destructor Documentation

◆ Detail()

WebCamSource::Detail::Detail ( WebCamSourceProps _props)
inline

◆ ~Detail()

WebCamSource::Detail::~Detail ( )
inline

Member Function Documentation

◆ getProps()

WebCamSourceProps WebCamSource::Detail::getProps ( )
inline

◆ init()

bool WebCamSource::Detail::init ( )
inline

◆ produce()

bool WebCamSource::Detail::produce ( frame_sp & outFrame)
inline

◆ setProps()

void WebCamSource::Detail::setProps ( WebCamSourceProps _props)
inline
Here is the call graph for this function:

Member Data Documentation

◆ cameraInstance

cv::VideoCapture WebCamSource::Detail::cameraInstance
private

◆ frame

cv::Mat WebCamSource::Detail::frame
private

◆ mOutputPinId

std::string WebCamSource::Detail::mOutputPinId

◆ mProps

WebCamSourceProps WebCamSource::Detail::mProps
private

The documentation for this class was generated from the following file: