Last chance! 50% off unlimited learning
Sale ends in
videoplayR
image and video manipulation
toolbox. This function should support most video formats and codecs listed at
http://www.fourcc.org/codecs.php.
readVid(filename)
readVid
function is not a
persistent object, but a pointer to a C++ object that cannot be saved for
reuse in a different session.
readImg
, readStream
, getFrame
,
vpVideo
filename <- system.file("sample_vid/SampleVideo_1080x720_5mb.mp4", package = "videoplayR")
vid <- readVid(filename)
frame <- getFrame(vid, 1)
imshow(frame)
Run the code above in your browser using DataLab