FACT++  1.0
void MVideo::PrintStandards ( ) const
private

Definition at line 470 of file MVideo.cc.

References fStandards, and gLog.

471 {
472  gLog << all;
473  for (vector<v4l2_standard>::const_iterator it=fStandards.begin(); it!=fStandards.end(); it++)
474  {
475  gLog << "Index #" << it->index << endl;
476  gLog << " - TV Standard: " << it->name << hex << "(" << it->id << ")" << dec << endl;
477  gLog << " - FPS: " << it->frameperiod.numerator << "/" << it->frameperiod.denominator << endl;
478  gLog << " - Lines: " << it->framelines << endl;
479  }
480 }
std::vector< v4l2_standard > fStandards
Definition: MVideo.h:68
#define gLog
Definition: fits.h:36