VerifySyntheticImage
CameraAPI.VerifySyntheticImage( rows, cols );
int rows The row size of the image.
int cols The column size of the image.
None
Verifies a synthetic image that is currently in the primary image buffer. The image data is a repeating 0,1,2,...,65535. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a try/catch block.