31 : mCaptureType(captureType)
33 , mDescription(description)
58 std::stringstream name;
~CaptureDevice()
Destructor.
std::string description() const
The description of the camera.
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.
CaptureDevice(const std::string captureType, const std::string id, const std::string description="")
Constructor.
This file implements a capture device to hold camera information.