Learn R Programming

Rvision (version 0.4.3)

frame: Video Reader Position

Description

Retrieve the index of the frame to be read next in a Video object.

Usage

frame(x)

Arguments

x

A Video object.

Value

A numeric value.

See Also

Video, video

Examples

Run this code
# NOT RUN {
balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision"))
frame(balloon)
release(balloon)

# }

Run the code above in your browser using DataLab