Definition at line 677 of file MVideo.cc.
References gLog, Ioctl(), and type.
Referenced by Camera::Thread().
679 v4l2_buf_type
type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
680 if (
Ioctl(VIDIOC_STREAMON, &type)==-1)
682 gLog << err <<
"ERROR - Couldn't start capturing." << endl;
686 cout <<
"*** Stream on" << endl;
int Ioctl(int req, void *opt, bool allowirq=true, bool force=false) const