FACT++  1.0
Bool_t MVideo::GetCapabilities ( )
private

Definition at line 158 of file MVideo.cc.

References fCaps, Ioctl(), and VIDIOCGCAP.

159 {
160  return Ioctl(VIDIOCGCAP, &fCaps)!=-1;
161 }
int Ioctl(int req, void *opt, bool allowirq=true, bool force=false) const
Definition: MVideo.cc:108
#define VIDIOCGCAP
Definition: videodev.h:230
struct video_capability fCaps
Definition: MVideo.h:59

+ Here is the call graph for this function: