Description Usage Arguments Details Value See Also Examples
This function grabs a specific frame from a vpVideo object and returns a
vpImage object that can be manipulated using the videoplayR
image and video manipulation toolbox.
1 |
video |
The vpVideo object from which the frame should be grabbed. |
frame |
The position in the video of the frame to be grabbed. |
The vpImage object created by the grabFrame
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 vpImage object.
1 2 3 4 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.