CameraAPI.GetImageSize();
None
int[] - An array containing the dimensions
of the image to readout. Index 0 contains the row size and index 1
contains the column size.
Returns the image dimensions as an array. Throws java.lang.Exception
if an error occurs. All exceptions can be caught using a
try/catch block.