Camera Control

Purpose:

returns the handle of a new camera control

Syntax:

cam = camera(x,y,width,height)

 

cam.mehodname where methodname is one of the following

getdata

cameramode
milliseconds
aspectratio
grid
bursttimeout
backlight
getnumberof
getaverage
setMorse
sendMorse
recordflag
 

 

Comments:

The width and height should be in the same aspect ratio for the selected camera and resolution.  See the camera object for a complete list of functions and methods to obtain these values.

Example:

cam = Camera(20,20,800,600)