A Stream
object contains an OpenCV
stream that originates from a camera connected to the computer.
Stream
An object of class C++Class
of length 1.
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.