Read the next frame of a Video or Stream object and returns it as an Image object.

# S3 method for Rcpp_Stream
readNext(obj)

# S3 method for Rcpp_Video
readNext(obj)

readNext(obj)

Arguments

obj

A Video or Stream object.

Value

An Image object.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO