avireadframe - Grabs and returns a frame from a opened video file or camera (experimental)
avireadframe grabs and returns a frame from an opened video file or camera. It can only get the current frame and move to the pointer to the next frame.
Video support for SIVP is only available when SIVP is compiled with OpenCV which support video I/O.
n = aviopen(SCI+'/contrib/sivp/images/video.avi'); im = avireadframe(n); //get a frame imshow(im); avilistopened() aviclose(n);
avireadframe can only get the current frame now.
aviinfo, aviopen, camopen, avifile, addframe, aviclose, avicloseall, avilistopened,