#include <CameraController.hpp>
Inherited by kn::DVCamParams, and kn::V4L2WebcamParams.

Public Member Functions | |
| CameraParams (const std::string &dn="", const size_t &expectedwidth=320, const size_t &expectedheight=240) | |
| Default constructor. | |
Public Attributes | |
| std::string | devicename |
| size_t | width |
| size_t | height |
Definition at line 45 of file CameraController.hpp.
| kn::CameraParams::CameraParams | ( | const std::string & | dn = "", |
|
| const size_t & | expectedwidth = 320, |
|||
| const size_t & | expectedheight = 240 | |||
| ) | [inline] |
| std::string kn::CameraParams::devicename |
Definition at line 48 of file CameraController.hpp.
| size_t kn::CameraParams::height |
Definition at line 52 of file CameraController.hpp.
| size_t kn::CameraParams::width |
Definition at line 50 of file CameraController.hpp.
1.5.8