University of Illinois at Urbana-Champaign

emcCameraGetBinsize

NAME

emcCameraGetBinsize - Retrieve the current camera binning factor

SYNOPSIS

#include "emc.h"
int emcCameraGetBinsize(EM *em, int id, int *binsize)

DESCRIPTION

emcCameraGetBinsize() retrieves the current binning factor associated with the camer identified by 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
pointer to a variable to store the binning factor in.

DIAGNOSTICS

EMC_OK (0) Success
EMC_ERROR (-1) Error

PREVIOUS Page 15 of 54 NEXT