Home | History | Annotate | Download | only in src

Lines Matching refs:grabFrame

110     virtual bool grabFrame();
127 bool grabFrame(double timeOut);
152 virtual bool grabFrame();
280 bool CvCaptureCAM::grabFrame() {
281 return grabFrame(5);
284 bool CvCaptureCAM::grabFrame(double timeOut) {
411 grabFrame(60);
437 grabFrame(60);
708 bool CvCaptureFile::grabFrame() {