My Project
Public Member Functions | List of all members
CaptureDevice Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CaptureDevice()

CaptureDevice ( const std::string  captureType,
const std::string  id,
const std::string  description = "" 
)

Constructor.

Parameters
captureTypeThe type of capture backend.
idThe id of the camera.
descriptionA human readable description of the camera.

The documentation for this class was generated from the following file: