24 #ifndef CAPTUREDEVICE_H
25 #define CAPTUREDEVICE_H
56 const std::string description =
"");
71 std::string
id()
const;
84 std::string mCaptureType;
86 std::string mDescription;
This file defines library export definitions, version numbers and build information.
CaptureDevice holder for camera information.
std::string description() const
The description of the camera.
CaptureDevice(const std::string captureType, const std::string id, const std::string description="")
Constructor.
~CaptureDevice()
Destructor.
std::string captureType() const
The type of capture backend.
std::string id() const
The id of the camera.
std::string uniqueName() const
A unique name consisting of the capture type and the id.