Last chance! 50% off unlimited learning
Sale ends in
Video
Function for creating Video
objects from video
files.
video(filename, api = "ANY")
An character string corresponding to the path to a video file.
A character string corresponding to the API to use for reading the video from the file (see Note; default: "ANY").
A Video
object.
# NOT RUN {
balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision"))
release(balloon)
# }
Run the code above in your browser using DataLab