<< addframe Video Handling avicloseall >>

IPCV - Image Processing and Computer Vision Toolbox for Scilab >> Video Handling > aviclose

aviclose

Close a video file. (experimental)

Syntax

aviclose(n)

Parameters

n :

The opened file/camera index.

Description

aviclose close an opened video file or camera.

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);

aviclose(n);

See also

Authors


Report an issue
<< addframe Video Handling avicloseall >>