Description Usage Arguments Details Value See Also Examples
This function reads a video file and return a vpVideo object that can be 
manipulated using the videoplayR image and video manipulation 
toolbox. This function should support most video formats and codecs listed at
http://www.fourcc.org/codecs.php.
| 1 | readVid(filename)
 | 
| filename | A character string of the path to the video file. | 
The vpVideo object created by the readVid function is not a 
persistent object, but a pointer to a C++ object that cannot be saved for 
reuse in a different session.
This function returns a vpVideo object.
readImg, readStream, getFrame, 
vpVideo
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.