FACT++  1.0
Bool_t MVideo::EnumerateControls ( )
private

Definition at line 224 of file MVideo.cc.

225 {
226  if (!EnumerateControls(V4L2_CID_BASE))
227  return kFALSE;
228  if (!EnumerateControls(V4L2_CID_PRIVATE_BASE))
229  return kFALSE;
230 
231  return kTRUE;
232 }
Bool_t EnumerateControls()
Definition: MVideo.cc:224