University of Illinois at Urbana-Champaign

emcCameraSetBinnedArea

NAME

emcCameraSetBinnedArea - Set the camera binning factor and acquisition area

SYNOPSIS

#include "emc.h"
int emcCameraSetBinnedArea(EM *em, int id, int binsize,
                           int top, int left, int bottom, int right);

DESCRIPTION

emcCameraSetBinnedArea() sets the 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
top, left, bottom, right
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

PREVIOUS Page 21 of 54 NEXT