Close all opened video files/cameras. (experimental)
avicloseall()
avicloseall close all opened video files or cameras.
avicloseall
Video support for SIVP is only available when SIVP is compiled with OpenCV which support video I/O.
n = aviopen(SCI+'/contrib/sivp/images/video.avi'); im = avireadframe(n); //get a frame imshow(im); avilistopened() aviclose(n);
http://sivp.sf.net