#include <LIN_DVCam.hpp>
Inherits kn::CameraParams.

Public Member Functions | |
| DVCamParams (const int &p=0, const std::string &dn="", const size_t &expectedwidth=720, const size_t &expectedheight=576) | |
| Default constructor. | |
Public Attributes | |
| int | port |
As a DV camera only works with a port number, devicename is useless and is set to ""
Definition at line 54 of file LIN_DVCam.hpp.
| kn::DVCamParams::DVCamParams | ( | const int & | p = 0, |
|
| const std::string & | dn = "", |
|||
| const size_t & | expectedwidth = 720, |
|||
| const size_t & | expectedheight = 576 | |||
| ) | [inline] |
Definition at line 57 of file LIN_DVCam.hpp.
1.5.8