Grabs and returns the next video frame.
[ret, frame] = VideoCapture_read(videoCapture)
Video capture object (VideoCapture).
Status (boolean).
The captured frame (Mat).
VideoCapture_read
grabs, and returns the next video frame. If no frame can be grabbed (camera disconnected, end of video file) the status ret is %F
.