ContRap
The symbolic tool for control-flow based rapid prototyping.

Library cvvideo
Overview

This library is undocumented

Non-class functions

Here you will find the list of all functions, which are defined outside the scope of a class.

Class CvVideoGrabber

Here you will find the class functions of 'CvVideoGrabber' defined in the library 'cvvideo'.

CvVideoGrabber(camera:int):CvVideoGrabber
Creates an empty uninitialized grabber
grab(self:CvVideoGrabber):IplImage
Grabs an image from the camera
init(self:CvVideoGrabber,camera:int):void
Initializes the camera driver
setExposure(self:CvVideoGrabber,value:int):void
Sets the exposure of the device
setGain(self:CvVideoGrabber,value:int):void
Sets the shutter value
setResolution(self:CvVideoGrabber,width:int,height:int):void
Sets the resolution of the image
stop(self:CvVideoGrabber):void
Stops capturing from the camera