<< aviinfo SIVP - Scilab Image and Video Processing Toolbox aviopen >>

SIVP - Scilab Image and Video Processing Toolbox >> SIVP - Scilab Image and Video Processing Toolbox > avilistopened

avilistopened

Show all opened video files. (experimental)

Calling Sequence

I=avilistopened()

Parameters

I
A vector, the opened video file/camera indices.

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

Availability

The latest version of SIVP can be found at

http://sivp.sf.net

See Also

<< aviinfo SIVP - Scilab Image and Video Processing Toolbox aviopen >>