class VideoCapture之VideoCapture::grab
Grabs the next frame from video file or capturing device.C++: bool VideoCapture::grab()Python: cv2.VideoCapture.grab() → retvalC: int cvGrabFrame(CvCapture* capture)Python: c