R/StreamClass.R
R/VideoClass.R
R/generic.R
readNext.Rd
Read the next frame of a Video or Stream object and returns it as an Image object.
Video
Stream
Image
# S3 method for Rcpp_Stream readNext(obj) # S3 method for Rcpp_Video readNext(obj) readNext(obj)
A Video or Stream object.
An Image object.
Video, Stream, Image, readFrame
readFrame
Simon Garnier, garnier@njit.edu
# TODO