A Stream object contains an OpenCV
stream that originates from a camera connected to the computer.
StreamAn object of class C++Class of length 1.
dim,ncol,nrowFunctions returning the dimensions of the object.
get,setFunctions to access and set internal properties of the object.
isOpenedFunction to check the status of the camera stream.
readNextFunctions to access the next frame in the stream.
releaseFunction to release the object from memory.