Definition at line 782 of file MVideo.cc.
References fBuffers, first, gLog, and Ioctl().
Referenced by Camera::Thread().
796 const Int_t rc =
Ioctl(VIDIOC_DQBUF, const_cast<v4l2_buffer*>(&
fBuffers[frame].
first),
false);
806 gLog << err <<
"ERROR - Waiting for " << frame <<
" frame failed." << endl;
811 *ptr =
static_cast<unsigned char*
>(
fBuffers[frame].second);
int Ioctl(int req, void *opt, bool allowirq=true, bool force=false) const
int64_t first
Size of this column in the tile.
std::vector< std::pair< v4l2_buffer, void * > > fBuffers