NAME
- Set the camera binning factor
SYNOPSIS
#include "emc.h"
int (EM *em, int id, int binsize);
DESCRIPTION
() sets the 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
DIAGNOSTICS
EMC_OK (0) |
Success |
EMC_ERROR (-1) |
Error |
Page 23 of 54 