CameraAPI.SetBinning( rows, cols, row_factor, col_factor );
int rows |
The row size of the image to readout. |
int cols |
The column size of the image to readout. |
int row_factor |
The factor by which to reduce (or bin) the pixels in
the row direction. |
int col_factor |
The factor by which to reduce (or bin) the pixels in
the column direction. |
None
Sets the binning factors for the camera. There are separate binning factors
for both the rows and columns. Binning allows multiple pixels to be combined
on the array and can increase the signal-to-noise ratio; which can allow for
reduced exposure times. Throws java.lang.Exception if an error occurs. All
exceptions can be caught using a
try/catch block.