GetPixelCount
Syntax
CameraAPI.GetPixelCount();
Parameters
None
Returns
int -
The current pixel count during image readout.
Remarks
Returns the current pixel count during image readout. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a
try/catch
block.