![]() |
My Project
|
Implementation of CapturePlugin interface for DSCapture plugin. More...
#include <CapturePluginDSCapture.h>
Public Member Functions | |
| CapturePluginDSCapture (const std::string &captureType) | |
| Constructor. More... | |
| ~CapturePluginDSCapture () | |
| Destructor. | |
| CaptureDeviceVector | enumerateDevices () |
| Enumerate capture devices currently available. More... | |
| Capture * | createCapture (const CaptureDevice captureDevice) |
| Create Capture class. Transfers onwership to the caller. More... | |
Public Member Functions inherited from CapturePlugin | |
| CapturePlugin (const std::string &captureType) | |
| Constructor. More... | |
| virtual | ~CapturePlugin () |
| Destructor. | |
Additional Inherited Members | |
Public Types inherited from CapturePlugin | |
| typedef std::vector< CaptureDevice > | CaptureDeviceVector |
| Vector of CaptureDevices. | |
Protected Attributes inherited from CapturePlugin | |
| std::string | mCaptureType |
Implementation of CapturePlugin interface for DSCapture plugin.
Definition at line 124 of file CapturePluginDSCapture.h.
| CapturePluginDSCapture | ( | 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.