Definition at line 197 of file MVideo.cc.
References fControls, id, and Ioctl().
199 struct v4l2_queryctrl qctrl;
200 memset(&qctrl, 0,
sizeof(qctrl));
205 if (
Ioctl(VIDIOC_QUERYCTRL, &qctrl,
true,
true)==-1)
208 if (qctrl.maximum<=qctrl.minimum)
int Ioctl(int req, void *opt, bool allowirq=true, bool force=false) const