SIVP Toolbox
Last update : April, 2006

avilistopened - Show all opened video files. (experimental)

Calling Sequence

I=avilistopened()

Parameters

Description

avilistopenedlist all opened files and cameras.

Video support for SIVP is only available when SIVP is compiled with OpenCV which support video I/O.

Examples

	
    n = aviopen(SCI+'/contrib/sivp/images/video.avi');
    im = avireadframe(n); //get a frame
    imshow(im);

    avilistopened()
    aviclose(n);

Authors

Shiqi Yu <shiqi.yu[at]gmail.com>

Availability

The latest version of SIVP can be found at

http://sivp.sourceforge.net

See Also

aviinfo,  aviopen,  camopen,  avifile,  addframe,  aviclose,  avicloseall,  avireadframe,