University of Illinois at Urbana-Champaign

emcCameraGetMode

NAME

emcCameraGetMode - Get the camera acquisition mode

SYNOPSIS

#include "emc.h"
int emcCameraGetMode(EM *em, int id, int *mode);

DESCRIPTION

emcCameraGetMode() retrieves the image acquisition mode for 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.
*mode
pointer to the variable to store the image acquisition mode in. Possible values are:
EMC_UNPROCESSED Unprocessed image acquisition
EMC_GAINNORMALIZED Gain Normalized image acquisition
EMC_DARKSUBTRACTED Dark Subtracted image acquitition

DIAGNOSTICS

EMC_OK (0) Success
EMC_ERROR (-1) Error

PREVIOUS Page 18 of 54 NEXT