Close all opened video files/cameras. (experimental)
avicloseall()
avicloseall close all opened video files or cameras.
Video support for IPCV is only available when IPCV is compiled with OpenCV which support video I/O.
n = aviopen(fullpath(getIPCVpath() + "/images/video.avi")); im = avireadframe(n); //get a frame imshow(im); avilistopened() aviclose(n); | ![]() | ![]() |