Implementation of CapturePlugin interface for Cmu plugin. More...
#include <CapturePluginCmu.h>

Public Member Functions | |
| CapturePluginCmu (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. | |
| ~CapturePluginCmu () | |
| Destructor. | |
Implementation of CapturePlugin interface for Cmu plugin.
Definition at line 87 of file CapturePluginCmu.h.
| alvar::plugins::CapturePluginCmu::CapturePluginCmu | ( | const std::string & | captureType | ) |
Constructor.
| captureType | A unique identifier for the capture plugin. |
Definition at line 251 of file CapturePluginCmu.cpp.
Destructor.
Definition at line 256 of file CapturePluginCmu.cpp.
| Capture * alvar::plugins::CapturePluginCmu::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 289 of file CapturePluginCmu.cpp.
Enumerate capture devices currently available.
Implements alvar::CapturePlugin.
Definition at line 260 of file CapturePluginCmu.cpp.