<< aviclose Video Handling avifile >>

IPCV >> Video Handling > avicloseall

avicloseall

Close all opened video files/cameras.

Syntax

avicloseall()

Description

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.

Examples

n = aviopen(fullpath(getIPCVpath() + "/images/video.avi"));
im = avireadframe(n); //get a frame
imshow(im);
avicloseall;

See also

Authors


Report an issue
<< aviclose Video Handling avifile >>