Learn R Programming

Rvision (version 0.6.0)

Stream-class: An S4 Class Containing an OpenCV Stream

Description

A Stream object contains an OpenCV stream that originates from a camera connected to the computer.

Usage

Stream

Arguments

Format

An object of class C++Class of length 1.

Slots

dim,ncol,nrow

Functions returning the dimensions of the object.

get,set

Functions to access and set internal properties of the object.

isOpened

Function to check the status of the camera stream.

readNext

Functions to access the next frame in the stream.

release

Function to release the object from memory.