![]() |
My Project
|
CaptureDevice holder for camera information. More...
#include <CaptureDevice.h>
Public Member Functions | |
| CaptureDevice (const std::string captureType, const std::string id, const std::string description="") | |
| Constructor. More... | |
| ~CaptureDevice () | |
| Destructor. | |
| std::string | captureType () const |
| The type of capture backend. | |
| std::string | id () const |
| The id of the camera. | |
| std::string | description () const |
| The description of the camera. | |
| std::string | uniqueName () const |
| A unique name consisting of the capture type and the id. | |
CaptureDevice holder for camera information.
CaptureDevice contains the desired backend, the id and description of the camera.
Definition at line 44 of file CaptureDevice.h.
| CaptureDevice | ( | const std::string | captureType, |
| const std::string | id, | ||
| const std::string | description = "" |
||
| ) |
Constructor.
| captureType | The type of capture backend. |
| id | The id of the camera. |
| description | A human readable description of the camera. |