readNext: Read Next of an Object Frame

Description Usage Arguments Value Author(s) See Also Examples

View source: R/generic.R

Description

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

Usage

1
2
3
4
5
6
7
## S3 method for class 'Rcpp_Stream'
readNext(obj)

## S3 method for class 'Rcpp_Video'
readNext(obj)

readNext(obj)

Arguments

obj

A Video or Stream object.

Value

An Image object.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Video, Stream, Image, readFrame

Examples

1
# TODO

neuroconductor-devel-releases/Rvision documentation built on Oct. 27, 2020, 1:16 p.m.