openvideo: Open video file as input stream

Description Usage Arguments Value See Also

Description

Input streams are designed to be processed frame-by-frame, to avoid having to load the entire video into memory. This function opens a video file (mpeg, avi, etc.) and makes it available to R as input stream, to be queried e.g. using getFrame. Which file formats are supported probably depends on your OS and on how OpenCV was compiled.

Usage

1
openvideo(fname)

Arguments

fname

file name

Value

an input stream (istream)

See Also

getFrame


dahtah/imagerstreams documentation built on May 14, 2019, 3:27 p.m.