powered by
Retrieve the index of the frame to be read next in a Video or Queue object.
Video
Queue
# S3 method for Rcpp_Queue frame(x)# S3 method for Rcpp_Video frame(x)frame(x)
# S3 method for Rcpp_Video frame(x)
frame(x)
A Video or Queue object.
A numeric value.
Video, Queue
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) frame(balloon) # }
Run the code above in your browser using DataLab