Implementation of CapturePlugin interface for Ptgrey plugin. More...
#include <CapturePluginPtgrey.h>

Public Member Functions | |
| CapturePluginPtgrey (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. | |
| ~CapturePluginPtgrey () | |
| Destructor. | |
Implementation of CapturePlugin interface for Ptgrey plugin.
Definition at line 104 of file CapturePluginPtgrey.h.
| alvar::plugins::CapturePluginPtgrey::CapturePluginPtgrey | ( | const std::string & | captureType | ) |
Constructor.
| captureType | A unique identifier for the capture plugin. |
Definition at line 174 of file CapturePluginPtgrey.cpp.
Destructor.
Definition at line 179 of file CapturePluginPtgrey.cpp.
| Capture * alvar::plugins::CapturePluginPtgrey::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 217 of file CapturePluginPtgrey.cpp.
| CapturePlugin::CaptureDeviceVector alvar::plugins::CapturePluginPtgrey::enumerateDevices | ( | ) | [virtual] |
Enumerate capture devices currently available.
Implements alvar::CapturePlugin.
Definition at line 183 of file CapturePluginPtgrey.cpp.