FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
MVideo::fStandards
std::vector< v4l2_standard > fStandards
Definition:
MVideo.h:68
gLog
#define gLog
Definition:
fits.h:36
MVideo
Generated on Sun Sep 18 2016 20:50:55 for FACT++ by
1.8.11