Implementation of CapturePlugin interface for DSCapture plugin. More...
#include <CapturePluginDSCapture.h>

Public Member Functions | |
| CapturePluginDSCapture (const std::string &captureType) | |
| Constructor. | |
| Capture * | createCapture (const CaptureDevice captureDevice) |
| Create Capture class. Transfers onwership to the caller. | |
| CaptureDeviceVector | enumerateDevices () |
| Enumerate capture devices currently available. | |
| ~CapturePluginDSCapture () | |
| Destructor. | |
Implementation of CapturePlugin interface for DSCapture plugin.
Definition at line 119 of file CapturePluginDSCapture.h.
| alvar::plugins::CapturePluginDSCapture::CapturePluginDSCapture | ( | const std::string & | captureType | ) |
Constructor.
| captureType | A unique identifier for the capture plugin. |
Definition at line 176 of file CapturePluginDSCapture.cpp.
Destructor.
Definition at line 181 of file CapturePluginDSCapture.cpp.
| Capture * alvar::plugins::CapturePluginDSCapture::createCapture | ( | const CaptureDevice | captureDevice | ) | [virtual] |
Create Capture class. Transfers onwership to the caller.
| captureDevice | Information of which camera to create. |
Implements alvar::CapturePlugin.
Definition at line 198 of file CapturePluginDSCapture.cpp.
| CapturePlugin::CaptureDeviceVector alvar::plugins::CapturePluginDSCapture::enumerateDevices | ( | ) | [virtual] |
Enumerate capture devices currently available.
Implements alvar::CapturePlugin.
Definition at line 185 of file CapturePluginDSCapture.cpp.