aviclose - Close a video file. (experimental)
aviclose close an opened video file or camera.
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);
avishowopened()
aviclose(n);
aviinfo, aviopen, camopen, avifile, addframe, avicloseall, avilistopened, avireadframe,