![]() |
My Project
|
Implementation of CapturePlugin interface for Cmu plugin. More...
#include <CapturePluginCmu.h>
Public Member Functions | |
CapturePluginCmu (const std::string &captureType) | |
Constructor. More... | |
~CapturePluginCmu () | |
Destructor. | |
CaptureDeviceVector | enumerateDevices () |
Enumerate capture devices currently available. More... | |
Capture * | createCapture (const CaptureDevice captureDevice) |
Create Capture class. Transfers onwership to the caller. More... | |
![]() | |
CapturePlugin (const std::string &captureType) | |
Constructor. More... | |
virtual | ~CapturePlugin () |
Destructor. | |
Additional Inherited Members | |
![]() | |
typedef std::vector< CaptureDevice > | CaptureDeviceVector |
Vector of CaptureDevices. | |
![]() | |
std::string | mCaptureType |
Implementation of CapturePlugin interface for Cmu plugin.
Definition at line 86 of file CapturePluginCmu.h.
CapturePluginCmu | ( | const std::string & | captureType | ) |
Constructor.
captureType | A unique identifier for the capture plugin. |
|
virtual |
Create Capture class. Transfers onwership to the caller.
captureDevice | Information of which camera to create. |
Implements CapturePlugin.
|
virtual |
Enumerate capture devices currently available.
Implements CapturePlugin.