MATLAB File Help: cv.VideoCapture/isOpened | Index |
Returns true if video capturing has been initialized already
retval = cap.isOpened()
If the previous call to constructor or cv.VideoCapture.open succeeded, the method returns true.
Access | public |
Sealed | false |
Static | false |