MATLAB File Help: cv.VideoCapture/retrieve | Index |
Decodes and returns the grabbed video frame
frame = cap.retrieve()
frame = cap.retrieve('OptionName',optionValue, ...)
The function decodes and returns the just grabbed frame. If no frames has been grabbed (camera has been disconnected, or there are no more frames in video file), the function returns an empty matrix.
Access | public |
Sealed | false |
Static | false |