TxtSmartFactoryLib  0.8.0
Smart Factory Library
ft::TxtCamera Class Reference

#include <TxtCamera.h>

Inheritance diagram for ft::TxtCamera:
Collaboration diagram for ft::TxtCamera:

Public Member Functions

 TxtCamera (double w=320, double h=240)
 
virtual ~TxtCamera ()
 
cv::Mat getFrame ()
 
void setFps (double f)
 
double getPeriod ()
 
bool startThread ()
 
bool stopThread ()
 
void start ()
 
void stop ()
 
bool read ()
 
std::string getDataString ()
 
bool writeFile (const std::string &filename)
 
- Public Member Functions inherited from ft::SubjectObserver
 SubjectObserver ()
 
virtual ~SubjectObserver ()
 
virtual void Attach (Observer *)
 
virtual void Detach (Observer *)
 
virtual void Notify ()
 

Protected Member Functions

bool init ()
 

Constructor & Destructor Documentation

ft::TxtCamera::TxtCamera ( double  w = 320,
double  h = 240 
)
virtual ft::TxtCamera::~TxtCamera ( )
virtual

Member Function Documentation

std::string ft::TxtCamera::getDataString ( )
cv::Mat ft::TxtCamera::getFrame ( )
double ft::TxtCamera::getPeriod ( )
inline
bool ft::TxtCamera::init ( )
protected
bool ft::TxtCamera::read ( )
void ft::TxtCamera::setFps ( double  f)
inline
void ft::TxtCamera::start ( )
inline
bool ft::TxtCamera::startThread ( )
void ft::TxtCamera::stop ( )
inline
bool ft::TxtCamera::stopThread ( )
bool ft::TxtCamera::writeFile ( const std::string &  filename)

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