FACT++  1.0
MVideo::MVideo ( const char *  path = "/dev/video0")

Definition at line 75 of file MVideo.cc.

References fControls, and Reset().

75  : fPath(path), fFileDesc(-1), fMapBuffer(0)
76 {
77  Reset();
78 
79  fControls.SetOwner();
80 }
int fFileDesc
Definition: MVideo.h:54
TString fPath
Definition: MVideo.h:52
TList fControls
Definition: MVideo.h:71
unsigned char * fMapBuffer
Definition: MVideo.h:56
void Reset()
Definition: MVideo.cc:86

+ Here is the call graph for this function: