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