grab method

void grab({
  1. int skip = 0,
})

Implementation

void grab({int skip = 0}) {
  cvRun(() => cvideo.VideoCapture_Grab(ref, skip));
}