369 for (vector<v4l2_input>::const_iterator it=
fInputs.begin(); it!=
fInputs.end(); it++)
371 gLog <<
"Input #" << it->index << endl;
372 gLog <<
" - " << it->name << endl;
373 gLog <<
" - " << (it->type==V4L2_INPUT_TYPE_CAMERA?
"Camera":
"Tuner") << endl;
374 gLog <<
" - TV Standard: " << hex << it->std << dec << endl;
376 gLog <<
" - Status: 0x" << hex << it->status;
377 if (it->status&V4L2_IN_ST_NO_POWER)
379 if (it->status&V4L2_IN_ST_NO_SIGNAL)
381 if (it->status&V4L2_IN_ST_NO_COLOR)
383 if (it->status&V4L2_IN_ST_NO_H_LOCK)
385 if (it->status&V4L2_IN_ST_COLOR_KILL)
386 gLog <<
" ColorKill";
std::vector< v4l2_input > fInputs