GetImageCols
Syntax
CameraAPI.GetImageCols();
Parameters
None
Returns
int -
The image column size.
Remarks
Returns the image column size. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a
try/catch
block.