Show all opened video files. (experimental)
I=avilistopened()
avilistopened
list all opened files and
cameras.
Video support for SIVP is only available when SIVP is compiled with OpenCV which support video I/O.
n = aviopen(fullpath(getSIVPpath() + "/images/video.avi")); im = avireadframe(n); //get a frame imshow(im); avilistopened() aviclose(n); | ![]() | ![]() |
http://sivp.sf.net