View source: R/VideoStackClass.R
videoStack | R Documentation |
VideoStack
Function for creating VideoStack
objects from
multiple video files.
videoStack(..., api = "ANY")
... |
Character strings (separately or in a vector or list), each
corresponding to the path to a video file, or |
api |
A character string corresponding to the API to use for reading the video from a file (see Note; default: "ANY"). |
A VideoStack
object.
Hereafter is a list of all supported APIs. Note that not all APIs will be available on your computer (actually most of them will not be).
automatically select an API.
Video For Windows.
Video For Linux.
IEEE 1394 drivers.
Quicktime.
Unicap drivers.
DirectShow.
PvAPI, Prosilica GigE SDK.
OpenNI (for Kinect).
OpenNI (for Asus Xtion).
XIMEA Camera API.
AVFoundation framework for iOS and OSX > Lion.
Smartek Giganetix GigEVisionSDK.
Microsoft Media Foundation.
Microsoft Windows Runtime using Media Foundation.
Intel Perceptual Computing SDK.
OpenNI2 (for Kinect).
OpenNI2 (for Asus Xtion and Occipital Structure sensors).
gPhoto2 connection.
GStreamer.
FFMPEG library.
OpenCV Image Sequence.
Aravis SDK.
Built-in OpenCV MotionJPEG codec.
Intel MediaSDK.
Simon Garnier, garnier@njit.edu
Video
path <- system.file("sample_vid/Balloon.mp4", package = "Rvision")
balloonStack <- videoStack(path, path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.