powered by
Retrieve the framerate (in frames per second) of a Video object.
Video
# S3 method for Rcpp_Video fps(obj)# S3 method for Rcpp_VideoWriter fps(obj)fps(obj)
# S3 method for Rcpp_VideoWriter fps(obj)
fps(obj)
A Video object.
A numeric value.
Video, video
video
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) fps(balloon) release(balloon) # }
Run the code above in your browser using DataLab