SetImageSize
CameraAPI.SetImageSize( rows, cols );
int rows The row size of the image to readout.
int cols The column size of the image to readout.
None
Sets the dimensions of the image to readout. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a try/catch block.