Open a camera. (experimental)
n = camopen() n = camopen(i)
camopen
open a camera, but it does not read frames from the camera. Please use im=avireadframe(n)
to get a frame from the n'th opened video file. Remember to close the opened camera using aviclose(n)
or avicloseall()
.
Video support for SIVP is only available when SIVP is compiled with OpenCV which support video I/O.
http://sivp.sf.net