emcCameraSetBinnedCenterArea
NAME
emcCameraSetBinnedCenterArea - Set the
camera binning factor (acquisition area set to full center)
SYNOPSIS
#include "emc.h"
int emcCameraSetBinnedCenterArea(EM *em, int id, int binsize, int nsize);
DESCRIPTION
emcCameraSetBinnedCenterArea() sets a
centered squared image acquisition area and binning factor with which to take the next
image acquisition when using the camera associated with camera identification number id.
- *em
- points to an
EM control and communications structure that
was returned by the emcOpen() call.
- id
- camera identification number which was returned by the
emcCameraOpen() call.
- binsize
- binning factor with which to take the next image acquisition. Valid
binning factors are: 1,2,3,4,5,6,7,8
- nsize
- Dimensions of centered square area of camera (in coordinates already
reduced by binning factor) to take next image acquisition from.
DIAGNOSTICS
EMC_OK (0) |
Success |
EMC_ERROR (-1) |
Error |
Page 22 of 54 