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

Public Member Functions | |
| CapturePluginPtgrey (const std::string &captureType) | |
| Constructor. More... | |
| Capture * | createCapture (const CaptureDevice captureDevice) |
| Create Capture class. Transfers onwership to the caller. More... | |
| CaptureDeviceVector | enumerateDevices () |
| Enumerate capture devices currently available. More... | |
| ~CapturePluginPtgrey () | |
| Destructor. More... | |
Public Member Functions inherited from alvar::CapturePlugin | |
| CapturePlugin (const std::string &captureType) | |
| Constructor. More... | |
| virtual | ~CapturePlugin () |
| Destructor. More... | |
Additional Inherited Members | |
Public Types inherited from alvar::CapturePlugin | |
| typedef std::vector< CaptureDevice > | CaptureDeviceVector |
| Vector of CaptureDevices. More... | |
Protected Attributes inherited from alvar::CapturePlugin | |
| std::string | mCaptureType |
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.
| alvar::plugins::CapturePluginPtgrey::~CapturePluginPtgrey | ( | ) |
Destructor.
Definition at line 179 of file CapturePluginPtgrey.cpp.
|
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.
|
virtual |
Enumerate capture devices currently available.
Implements alvar::CapturePlugin.
Definition at line 183 of file CapturePluginPtgrey.cpp.